Input objects for computing initial centroids for the K-Means algorithm
More...
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
| par | Input object |
| method | Method of the algorithm |
Returns input objects for computing initial centroids for the K-Means algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
| def getNumberOfFeatures |
( |
|
self | ) |
|
Returns the number of features in the Input data table
- Returns
- Number of features in the Input data table
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the input object |
The documentation for this class was generated from the following file: