C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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...

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

Constructor & Destructor Documentation

◆ Result()

Result ( )

Default constructor

Member Function Documentation

◆ allocate()

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

◆ check()

services::Status check ( const daal::algorithms::Input input,
const daal::algorithms::Parameter par,
int  method 
) const
virtual

Checks the result parameter of the EM for GMM algorithm

Parameters
[in]inputInput of the algorithm
[in]parParameter of algorithm
[in]methodComputation method

Reimplemented from Result.

◆ get() [1/3]

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

◆ get() [2/3]

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

◆ get() [3/3]

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

◆ set() [1/2]

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

◆ set() [2/2]

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.