C++ 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 Declaration

Constructor & Destructor Documentation

Result ( )

Default constructor

Member Function Documentation

DAAL_EXPORT services::Status allocate ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  parameter,
const int  method 
)

Allocates memory for storing results of the EM for GMM algorithm

Parameters
[in]inputPointer to the input structure
[in]parameterPointer to the parameter structure
[in]methodComputation method
services::Status check ( const daal::algorithms::Input *  input,
const daal::algorithms::Parameter *  par,
int  method 
) const

Checks the result parameter of the EM for GMM algorithm

Parameters
[in]inputInput of the algorithm
[in]parParameter of algorithm
[in]methodComputation method
data_management::NumericTablePtr get ( ResultId  id) const

Returns the result of the EM for GMM algorithm

Parameters
[in]idResult identifier
Returns
Result that corresponds to the given identifier
data_management::DataCollectionPtr get ( ResultCovariancesId  id) const

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

Parameters
[in]idIdentifier of the collection of computed covariances
Returns
Collection of computed covariances that corresponds to the given identifier
data_management::NumericTablePtr get ( ResultCovariancesId  id,
size_t  index 
) const

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

Parameters
[in]idIdentifier of the collection of covariances
[in]indexIndex of the covariance to be returned
Returns
Pointer to the table with the computed covariance
void set ( ResultId  id,
const data_management::NumericTablePtr &  ptr 
)

Sets the result of the EM for GMM algorithm

Parameters
[in]idResult identifier
[in]ptrPointer to the numeric table with the result
void set ( ResultCovariancesId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets the collection of covariances for the EM for GMM algorithm

Parameters
[in]idIdentifier of the collection of covariances
[in]ptrPointer to the collection of covariances

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

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