C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Result Class Reference

Results obtained with the compute() method of the initialization 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 initial values for results of the EM for GMM algorithm

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

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

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

Returns the result for the computation of initial values for 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 initialized covariances for the EM for GMM algorithm

Parameters
[in]idIdentifier of the collection of covariances
Returns
Collection of 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 initialized covariances

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

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

Parameters
[in]idIdentifier of the result
[in]ptrPointer to the numeric table for the result
void set ( ResultCovariancesId  id,
const data_management::DataCollectionPtr &  ptr 
)

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