Results obtained with the compute() method of the K-Means algorithm in the batch processing mode.
More...
| def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory to store the results of the K-Means algorithm
- Parameters
-
| input | Pointer to the structure of the input objects |
| parameter | Pointer to the structure of the algorithm parameters |
| method | Computation method |
- Variant 2
Allocates memory to store the results of the K-Means algorithm
- Parameters
-
| partialResult | Pointer to the partial result structure |
| parameter | Pointer to the structure of the algorithm parameters |
| method | Computation method |
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
- Variant 1
Checks the result of the K-Means algorithm
- Parameters
-
| input | Input objects for the algorithm |
| par | Algorithm parameter |
| method | Computation method |
- Variant 2
Checks the results of the K-Means algorithm
- Parameters
-
| pres | Partial results of the algorithm |
| par | Algorithm parameter |
| method | Computation method |
Returns the result of the K-Means algorithm
- Parameters
-
- Returns
- Result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of the K-Means algorithm
- Parameters
-
| id | Identifier of the result |
| ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/kmeans/__init__.py