Parameters for computing initial centroids for the K-Means algorithm of the batch mode.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Constructs parameters of the algorithm that computes initial centroids for the K-Means algorithm by copying another parameters object
- Parameters
-
other | Parameters of the K-Means algorithm |
check(Parameter self) -> Status
Kmeans++ only. The number of trials to generate all clusters but the first initial cluster.
The documentation for this class was generated from the following file: