Parameters for computing initial centroids for K-Means algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Main constructor
- Variant 2
Constructs parameters of the algorithm that computes initial centroids for K-Means algorithm by copying another parameters object
- Parameters
-
other | Parameters of K-Means algorithm |
check(DistributedStep2LocalPlusPlusParameter self) -> Status
True if step2 is called for the first time
outputForStep5Required = ... |
|
static |
True if the last iteration of parallelPlus algorithm processing is performed
The documentation for this class was generated from the following file: