Input objects for K-Means algorithm in the distributed processing mode
More...
Adds partial results computed on local nodes to the input for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Pointer to the object |
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks an input object for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
Returns an input object for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
size_t getNumberOfFeatures |
( |
| ) |
const |
|
virtual |
Returns the number of features in the Input data table in the second step of the distributed processing mode
- Returns
- Number of features in the Input data table
Implements InputIface.
void set |
( |
MasterInputId |
id, |
|
|
const data_management::DataCollectionPtr & |
ptr |
|
) |
| |
Sets an input object for K-Means algorithm in the second 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: