Partial results obtained with the compute() method of the K-Means algorithm in the distributed processing mode.
More...
◆ add()
Sets a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | key | Identifier of the node this partial result comes from |
[in] | ptr | Pointer to the object |
◆ allocate()
Allocates memory to store partial results of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | input | Pointer to the input structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Computation method of the algorithm |
◆ check() [1/2]
Checks a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Reimplemented from PartialResult.
◆ check() [2/2]
Checks a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Reimplemented from PartialResult.
◆ get() [1/3]
Returns a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ get() [2/3]
Returns a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | key | Identifier of the node this partial result comes from |
- Returns
- Partial result that corresponds to the given identifier
◆ get() [3/3]
Returns a partial result of computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ initialize()
Initializes the partial result data
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
The documentation for this class was generated from the following file: