Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Base class for the parameters of the classification algorithms. More...
Parameter | ( | DaalContext | context | ) |
Constructs the parameter of the classification algorithm
context | Context to manage the parameter of the classification algorithm |
long getNClasses | ( | ) |
Gets the number of classes
void setNClasses | ( | long | nClasses | ) |
Sets the number of classes
nClasses | Number of classes |
For more complete information about compiler optimizations, see our Optimization Notice.