setActualValueUsed

Use the setActualValueUsed method to define what values are used at various stages in the learning algorithm execution.

setActualValueUsed(string parmName, object value)

For example, if you use this method to write to the contact and response history tables, and modify the existing sample reports, you can include data from your learning algorithm in reporting.

  • parmName-a string defining the name of the parameter you are setting.
  • value-an object defining the value of the parameter you are setting.

Return value

None.