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

List of all members
InitResult Class Reference

Provides methods to access final results obtained with the compute() method of InitBatch for the computation of initial values for the EM for GMM algorithm. More...

Class Constructor

InitResult ( DaalContext  context)

Constructs the result of the initial values computation for the EM for GMM algorithm

Parameters
contextContext to manage the result of the initial values computation for the EM for GMM algorithm

Detailed Description

Member Function Documentation

Returns the initial values for the EM for GMM algorithm

Parameters
idResult identifier
Returns
Result that corresponds to the given identifier

Returns the collection of initialized covariances for the EM for GMM algorithm

Parameters
idResult identifier
Returns
Result that corresponds to the given identifier
NumericTable get ( InitResultCovariancesId  id,
int  index 
)

Returns the covariance with a given index from the collection of initialized covariances

Parameters
idIdentifier of the collection of covariances
indexIndex of the covariance to be returned
Returns
Pointer to the covariance table
void set ( InitResultId  id,
NumericTable  value 
)

Sets initial values for the EM for GMM algorithm

Parameters
idResult identifier
valueNumeric table for the result
void set ( InitResultCovariancesId  id,
DataCollection  value 
)

Sets the collection of covariances for initialization of the EM for GMM algorithm

Parameters
idIdentifier of the collection of covariances
valueCollection of covariances

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

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