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

List of all members

Provides methods to access final results obtained with the compute() method of the EM for GMM algorithm in the batch processing mode. More...

Class Constructor

Result ( DaalContext  context)

Constructs the result for the EM for GMM algorithm

Parameters
contextContext to manage the result for the EM for GMM algorithm

Detailed Description

Member Function Documentation

NumericTable get ( ResultId  id)

Returns the result of the EM for GMM algorithm (weights or means)

Parameters
idResult identifier
Returns
Result that corresponds to the given identifier

Returns the collection of covariances computed by the EM for GMM algorithm

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

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

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

Sets the result of the EM for GMM algorithm

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

Adds the collection of covariance for 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.