DecisionProblem.forceTraining(maxRecords)

Force the execution of the classification training procedure.
Important: The training procedure is an expensive operation. Depending on the data set, the training may take several minutes to complete. A call to forceTraining() does not return until the training is finished, and your PBL transaction may time-out during the call. Use forceTraining() with caution.

Arguments:

Name Type Description Mode
maxRecords Int Maximum number of "experience" data samples to process. in