Interface for the K-Means distributed Input classes.
More...
◆ add()
Adds a value to the data collection of input objects for computing initial centroids for the 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 |
◆ check()
Checks an input object for computing initial centroids for the 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 |
Reimplemented from Input.
◆ get() [1/2]
Returns an input object for computing initial centroids for the 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
◆ get() [2/2]
Returns an input object for computing initial centroids for the 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
◆ set() [1/2]
Sets an input object for computing initial centroids for the 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 |
◆ set() [2/2]
Sets an input object for computing initial centroids for the 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: