Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members
MultiClassConfusionMatrixParameter Class Reference

Base class for the parameters of the multi-class confusion matrix algorithm. More...

Class Constructor

Constructs the parameter of the multi-class confusion matrix algorithm

Parameters
contextContext to manage the parameter of the multi-class confusion matrix algorithm

Detailed Description

Member Function Documentation

double getBeta ( )

Gets the beta parameter of the F-score quality metric

Returns
Parameter of the F-score
long getNClasses ( )

Gets the number of classes

Returns
Number of classes
void setBeta ( double  beta)

Sets the parameter of the F-score quality metric

Parameters
betaParameter of the F-score
void setNClasses ( long  nClasses)

Sets the number of classes

Parameters
nClassesNumber of classes

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.