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

List of all members

Computes the confusion matrix for a binary classifier in the batch processing mode. More...

Class Constructor

◆ BinaryConfusionMatrixBatch() [1/2]

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

Parameters
contextContext to manage the binary confusion matrix algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ BinaryConfusionMatrixBatch() [2/2]

BinaryConfusionMatrixBatch ( DaalContext  context,
Class<? extends Number >  cls,
BinaryConfusionMatrixMethod  method 
)

Constructs the binary confusion matrix algorithm in the batch processing mode

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

Detailed Description

Enumerations
References

Member Function Documentation

◆ clone()

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

Parameters
contextContext to manage the binary confusion matrix algorithm
Returns
The newly allocated algorithm

◆ compute()

Computes the binary confusion matrix

Returns
Structure that contains results of the binary confusion matrix algorithm

◆ setResult()

void setResult ( BinaryConfusionMatrixResult  result)

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

Parameters
resultStructure for storing results of the binary 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.