C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Input objects for computing initial centroids for the K-Means algorithm More...
Additional Inherited Members | |
![]() | |
static data_management::DataCollectionPtr & | getStorage (Argument &a) |
static const data_management::DataCollectionPtr & | getStorage (const Argument &a) |
|
virtual |
Checks an input object for computing initial centroids for the K-Means algorithm
[in] | par | Input object |
[in] | method | Method of the algorithm |
Reimplemented from Input.
Reimplemented in DistributedStep4LocalPlusPlusInput, and DistributedStep2LocalPlusPlusInput.
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns input objects for computing initial centroids for the K-Means algorithm
[in] | id | Identifier of the input object |
|
virtual |
Returns the number of features in the Input data table
Implements InputIface.
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | ptr | ||
) |
Sets an input object for computing initial centroids for the K-Means algorithm
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.