Interface for K-Means distributed Input classes.
More...
Adds a value to the data collection of input objects for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the parameter |
[in] | value | Pointer to the new parameter value |
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Returns an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Sets an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
Sets an input object for computing initial centroids for K-Means algorithm in the 5th step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: