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

List of all members

Class for multi-class classifier model training. More...

Class Constructor

◆ TrainingBatch() [1/3]

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs multi-class classifier training algorithm by copying input objects and parameters of another multi-class classifier training algorithm

Parameters
contextContext to manage the multi-class classifier training algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ TrainingBatch() [2/3]

TrainingBatch ( DaalContext  context,
Class<? extends Number >  cls,
TrainingMethod  method 
)

Constructs multi-class classifier training algorithm

Deprecated:
This item will be removed in a future release.
Parameters
contextContext to manage the multi-class classifier training algorithm
clsData type to use in intermediate computations of the multi-class classifier training, Double.class or Float.class
methodMulti-class classifier training method, TrainingMethod

◆ TrainingBatch() [3/3]

TrainingBatch ( DaalContext  context,
Class<? extends Number >  cls,
TrainingMethod  method,
long  nClasses 
)

Constructs multi-class classifier training algorithm

Parameters
contextContext to manage the multi-class classifier training algorithm
clsData type to use in intermediate computations of the multi-class classifier training, Double.class or Float.class
methodMulti-class classifier training method, TrainingMethod
nClassesNumber of classes

Detailed Description

References

Member Function Documentation

◆ clone()

TrainingBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage the multi-class classifier training algorithm
Returns
The newly allocated algorithm

◆ compute()

TrainingResult compute ( )

Trains multi-class classifier model

Returns
Structure that contains the training results of the multi-class classifier algorithm

Member Data Documentation

◆ method

Training method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm


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

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