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

List of all members
DistributedStep2LocalPlusPlusInput Class Reference

Interface for K-Means initialization distributed Input classes used with plusPlus and parallelPlus methods only on the 2nd step on a local node. More...

Class Declaration

Member Function Documentation

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::NumericTablePtr get ( InputId  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
data_management::DataCollectionPtr get ( DistributedLocalPlusPlusInputDataId  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
data_management::NumericTablePtr get ( DistributedStep2LocalPlusPlusInputId  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 ( InputId  id,
const data_management::NumericTablePtr &  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
void set ( DistributedLocalPlusPlusInputDataId  id,
const data_management::DataCollectionPtr &  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
void set ( DistributedStep2LocalPlusPlusInputId  id,
const data_management::NumericTablePtr &  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.