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

List of all members
InitBatch Class Reference

Computes initial values for the EM for GMM algorithm in the batch processing mode. More...

Class Constructor

InitBatch ( DaalContext  context,
InitBatch  other 
)

Constructs the algorithm for computing initial values for the EM for GMM algorithm by copying input objects and parameters of another algorithm for computing initial values for the EM for GMM algorithm

Parameters
contextContext to manage the EM for GMM algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
InitBatch ( DaalContext  context,
Class<?extends Number >  cls,
InitMethod  method,
long  nComponents 
)

Constructs the algorithm for computing initial values for the EM for GMM algorithm

Parameters
contextContext to manage the EM for GMM algorithm
clsData type to use in intermediate computations for the EM for GMM algorithm, Double.class or Float.class
methodInitial method of the EM for GMM algorithm
nComponentsNumber of components in the Gaussian mixture model

Detailed Description

References

Member Function Documentation

InitBatch clone ( DaalContext  context)

Returns the newly allocated algorithm for computing initial values for the EM for GMM algorithm with a copy of input objects of this algorithm

Parameters
contextContext to manage the EM for GMM algorithm
Returns
The newly allocated algorithm
InitResult compute ( )

Computes initial values for the EM for GMM algorithm

Returns
Results of the EM for GMM algorithm
void setResult ( InitResult  result)

Sets the memory for storing initialized values for the EM for GMM algorithm

Parameters
resultStructure for storing initialized values for the EM for GMM algorithm

Member Data Documentation

InitInput input

Input data

InitMethod method

Initialization method for the algorithm

InitParameter parameter

Parameters for the initialization algorithm


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

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