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

List of all members
Input Class Reference

Input objects for the EM for GMM algorithm More...

Class Declaration

Constructor & Destructor Documentation

Input ( )

Default constructor

Input ( const Input other)
inline

Copy constructor

Member Function Documentation

services::Status check ( const daal::algorithms::Parameter *  par,
int  method 
) const

Checks the correctness of the input result

Parameters
[in]parPointer to the structure of the algorithm parameters
[in]methodComputation method
data_management::NumericTablePtr get ( InputId  id) const

Returns the input numeric table for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input numeric table
Returns
Input object that corresponds to the given identifier
data_management::DataCollectionPtr get ( InputCovariancesId  id) const

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

Parameters
[in]idIdentifier of the collection of input covariances
Returns
Input object that corresponds to the given identifier
data_management::NumericTablePtr get ( InputCovariancesId  id,
size_t  index 
) const

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

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

Sets one input object for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the object
void set ( InputCovariancesId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets the input covariance object for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input covariance collection object
[in]ptrPointer to the object
void set ( InputValuesId  id,
const init::ResultPtr &  ptr 
)

Sets input objects for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input values object. Result of the EM for GMM initialization algorithm can be used.
[in]ptrPointer to the object

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

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