C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
DistributedStep5MasterPlusPlusInput Class Reference

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

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static data_management::DataCollectionPtr & getStorage (Argument &a)
 
static const data_management::DataCollectionPtr & getStorage (const Argument &a)
 

Class Declaration

Member Function Documentation

◆ add()

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

Adds a value to the data collection of input objects for computing initial centroids for the 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

◆ check()

services::Status check ( const daal::algorithms::Parameter par,
int  method 
) const
virtual

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

Parameters
[in]parParameter of the algorithm
[in]methodComputation method of the algorithm

Reimplemented from Input.

◆ get() [1/2]

data_management::DataCollectionPtr get ( DistributedStep5MasterPlusPlusInputId  id) const

Returns an input object for computing initial centroids for the 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

◆ get() [2/2]

data_management::SerializationIfacePtr get ( DistributedStep5MasterPlusPlusInputDataId  id) const

Returns an input object for computing initial centroids for the 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

◆ set() [1/2]

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

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

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

◆ set() [2/2]

void set ( DistributedStep5MasterPlusPlusInputDataId  id,
const data_management::SerializationIfacePtr &  ptr 
)

Sets an input object for computing initial centroids for the 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.