Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Trains a model of the decision forest classification algorithm in the batch processing mode. More...
| TrainingBatch | ( | DaalContext | context, |
| TrainingBatch | other | ||
| ) |
Constructs the decision forest classification training algorithm by copying input objects and parameters of another decision forest classification training algorithm
| context | Context to manage decision forest classification training |
| other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
| TrainingBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| TrainingMethod | method, | ||
| long | nClasses | ||
| ) |
Constructs the decision forest classification training algorithm
| context | Context to manage decision forest classification training |
| cls | Data type to use in intermediate computations for decision forest classification training, Double.class or Float.class |
| method | decision forest classification training method, TrainingMethod |
| nClasses | Number of classes |
| TrainingBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated decision forest classification training algorithm with a copy of input objects and parameters of this decision forest classification training algorithm
| context | Context to manage decision forest classification training |
| TrainingResult compute | ( | ) |
Trains a model of the decision forest classification algorithm
| TrainingMethod method |
Training method for the algorithm
| Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.