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

List of all members
Input Class Reference

Input objects for the computation of initial values 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 input for the computation of initial values for the EM for GMM algorithm

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

Returns the input NumericTable for the computation of initial values for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input NumericTable
Returns
Input NumericTable that corresponds to the given identifier
void set ( InputId  id,
const data_management::NumericTablePtr &  ptr 
)

Sets the input for the EM for GMM algorithm

Parameters
[in]idIdentifier of the input
[in]ptrPointer to the value

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

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