Results obtained with the compute() method that computes initial centroids for 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 computing initial centroids for the K-Means algorithm
- Parameters
-
| input | Pointer to the input structure |
| parameter | Pointer to the parameter structure |
| method | Computation method of the algorithm |
- Variant 2
Allocates memory to store the results of computing initial centroids for the K-Means algorithm
- Parameters
-
| partialResult | Pointer to the partial result structure |
| parameter | Pointer to the parameter structure |
| method | Computation method of the algorithm |
- Full Names
allocate_Float64 is for float64
allocate_Float32 is for float32
- Variant 1
Checks the result of computing initial centroids for the K-Means algorithm
- Parameters
-
| input | Input object for the algorithm |
| par | Parameter of the algorithm |
| method | Computation method of the algorithm |
- Variant 2
Checks the result of computing initial centroids for the K-Means algorithm
- Parameters
-
| pres | Partial results of the algorithm |
| par | Parameter of the algorithm |
| method | Computation method of the algorithm |
Returns the result of computing initial centroids for the K-Means algorithm
- Parameters
-
| id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
| def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the result of computing initial centroids for 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: