Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
MultiClassConfusionMatrixParameter Class Reference

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

Class Constructor

◆ MultiClassConfusionMatrixParameter()

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

◆ getBeta()

double getBeta ( )

Gets the beta parameter of the F-score quality metric

Returns
Parameter of the F-score

◆ getNClasses()

long getNClasses ( )

Gets the number of classes

Returns
Number of classes

◆ setBeta()

void setBeta ( double  beta)

Sets the parameter of the F-score quality metric

Parameters
betaParameter of the F-score

◆ setNClasses()

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.