Partial results obtained with the compute() method of the K-Means algorithm in the batch processing mode.
More...
◆ allocate()
Allocates memory to store partial results of the K-Means algorithm
- Parameters
-
[in] | input | Pointer to the structure of the input objects |
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method of the algorithm |
◆ check() [1/2]
Checks partial results of the K-Means algorithm
- Parameters
-
[in] | input | Input object of the algorithm |
[in] | par | Algorithm parameter |
[in] | method | Computation method |
Reimplemented from PartialResult.
◆ check() [2/2]
Checks partial results of the K-Means algorithm
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
Reimplemented from PartialResult.
◆ get()
Returns a partial result of the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
◆ getNumberOfFeatures()
size_t getNumberOfFeatures |
( |
| ) |
const |
Returns the number of features in the Input data table
- Returns
- Number of features in the Input data table
◆ set()
void set |
( |
PartialResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets a partial result of the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: