Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class for the parameters of the multi-class confusion matrix algorithm. More...
MultiClassConfusionMatrixParameter | ( | DaalContext | context | ) |
Constructs the parameter of the multi-class confusion matrix algorithm
context | Context to manage the parameter of the multi-class confusion matrix algorithm |
double getBeta | ( | ) |
Gets the beta parameter of the F-score quality metric
long getNClasses | ( | ) |
Gets the number of classes
void setBeta | ( | double | beta | ) |
Sets the parameter of the F-score quality metric
beta | Parameter of the F-score |
void setNClasses | ( | long | nClasses | ) |
Sets the number of classes
nClasses | Number of classes |
For more complete information about compiler optimizations, see our Optimization Notice.