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

List of all members
DistributedStep5MasterPlusPlusInput Class Reference

Interface for K-Means distributed Input classes. More...

Class Declaration

Member Function Documentation

void add ( DistributedStep5MasterPlusPlusInputId  id,
const data_management::NumericTablePtr &  value 
)

Adds a value to the data collection of input objects for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

Parameters
[in]idIdentifier of the parameter
[in]valuePointer to the new parameter value
services::Status check ( const daal::algorithms::Parameter *  par,
int  method 
) const

Checks an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

Parameters
[in]parParameter of the algorithm
[in]methodComputation method of the algorithm
data_management::DataCollectionPtr get ( DistributedStep5MasterPlusPlusInputId  id) const

Returns an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
data_management::SerializationIfacePtr get ( DistributedStep5MasterPlusPlusInputDataId  id) const

Returns an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

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

Sets an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

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

Sets an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
[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.