Interface for the K-Means distributed Input classes used with plusPlus and parallelPlus methods only on the 3rd step on a master node.
More...
◆ add()
Add an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | key | Identifier of the node this object comes from |
[in] | ptr | Pointer to the input object |
◆ check()
Checks an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | par | Input object |
[in] | method | Method of the algorithm |
Reimplemented from Input.
◆ get()
Returns input objects for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set()
Sets an input object for computing initial centroids for the 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: