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

List of all members
DistributedStep3MasterPlusPlusInput Class Reference

Interface for K-Means distributed Input classes used with plusPlus and parallelPlus methods only on the 3rd step on a master node. More...

Class Declaration

Member Function Documentation

void add ( DistributedStep3MasterPlusPlusInputId  id,
size_t  key,
const data_management::NumericTablePtr &  ptr 
)

Add an input object for computing initial centroids for K-Means algorithm

Parameters
[in]idIdentifier of the input object
[in]keyIdentifier of the node this object comes from
[in]ptrPointer to the input object
services::Status check ( const daal::algorithms::Parameter *  par,
int  method 
) const

Checks an input object for computing initial centroids for K-Means algorithm

Parameters
[in]parInput object
[in]methodMethod of the algorithm
data_management::KeyValueDataCollectionPtr get ( DistributedStep3MasterPlusPlusInputId  id) const

Returns input objects for computing initial centroids for K-Means algorithm

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

Sets an input object for computing initial centroids for K-Means algorithm

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

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

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