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

List of all members
Result Class Reference

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()

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

◆ get() [1/3]

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

◆ get() [2/3]

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

Parameters
idResult identifier
Returns
Result that corresponds to the given identifier

◆ get() [3/3]

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

◆ set() [1/2]

void set ( ResultId  id,
NumericTable  value 
)

Sets the result of the EM for GMM algorithm

Parameters
idResult identifier
valueNumeric table for the result

◆ set() [2/2]

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.