C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for computing initial centroids for K-Means algorithm More...
services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object for computing initial centroids for K-Means algorithm
[in] | par | Input object |
[in] | method | Method of the algorithm |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns input objects for computing initial centroids for 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 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.