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

List of all members
DistributedStep2MasterInput Class Reference

Input objects for K-Means algorithm in the distributed processing mode More...

Class Declaration

Member Function Documentation

void add ( MasterInputId  id,
const PartialResultPtr &  value 
)

Adds partial results computed on local nodes to the input for K-Means algorithm in the second step of the distributed processing mode

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

Checks an input object for K-Means algorithm in the second step of the distributed processing mode

Parameters
[in]parAlgorithm parameter
[in]methodComputation method
data_management::DataCollectionPtr get ( MasterInputId  id) const

Returns an input object for K-Means algorithm in the second step of the distributed processing mode

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
size_t getNumberOfFeatures ( ) const
virtual

Returns the number of features in the Input data table in the second step of the distributed processing mode

Returns
Number of features in the Input data table

Implements InputIface.

void set ( MasterInputId  id,
const data_management::DataCollectionPtr &  ptr 
)

Sets an input object for K-Means algorithm in the second 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.