Input objects for computing initials clusters for K-Means algorithm in the second step of the distributed processing mode
More...
def add |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Adds a value to the data collection of input objects for computing initial centroids for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
id | Identifier of the parameter |
value | Pointer to the new parameter value |
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for computing initial centroids for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
par | Parameter of the algorithm |
method | Computation method of the algorithm |
Returns an input object for computing initial centroids for K-Means algorithm in the second step of the distributed processing mode
- 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 in the second step of the distributed processing mode
- Returns
- Number of features in the Input data table
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets an input object for computing initial centroids for K-Means algorithm in the second step of the distributed processing mode
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file: