Interface for K-Means distributed Input classes used with plusPlus and parallelPlus methods only on the 4th step on a local node.
More...
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] | 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
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns input objects for computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns input objects for computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier 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] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
Sets an input object for computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
Sets an input object for computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: