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

List of all members

Computes the confusion matrix for a multi-class classifier in the batch processing mode. More...

Class Constructor

Constructs the multi-class confusion matrix algorithm in the batch processing mode by copying input objects and parameters of another multi-class confusion matrix algorithm

Parameters
contextContext to manage the multi-class confusion matrix algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
MultiClassConfusionMatrixBatch ( DaalContext  context,
Class<?extends Number >  cls,
MultiClassConfusionMatrixMethod  method 
)

Constructs the multi-class confusion matrix algorithm in the batch processing mode

Parameters
contextContext to manage the multi-class confusion matrix algorithm
clsData type to use in intermediate computations of the multi-class confusion matrix, Double.class or Float.class
methodMethod for computing the multi-class confusion matrix, MultiClassConfusionMatrixMethod

Detailed Description

Enumerations
References

Member Function Documentation

Returns the newly allocated multi-class confusion matrix algorithm with a copy of input objects and parameters of this multi-class confusion matrix algorithm

Parameters
contextContext to manage the multi-class confusion matrix algorithm
Returns
The newly allocated algorithm

Computes the multi-class confusion matrix

Returns
Structure that contains results of the multi-class confusion matrix algorithm
void setResult ( MultiClassConfusionMatrixResult  result)

Registers user-allocated memory for storing results of the multi-class confusion matrix algorithm

Parameters
resultStructure for storing results of the multi-class confusion matrix algorithm

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

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