public interface BisectingKMeansParams extends Params, HasMaxIter, HasFeaturesCol, HasSeed, HasPredictionCol, HasDistanceMeasure, HasWeightCol
| Modifier and Type | Method and Description | 
|---|---|
int | 
getK()  | 
double | 
getMinDivisibleClusterSize()  | 
IntParam | 
k()
The desired number of leaf clusters. 
 | 
DoubleParam | 
minDivisibleClusterSize()
The minimum number of points (if greater than or equal to 1.0) or the minimum proportion
 of points (if less than 1.0) of a divisible cluster (default: 1.0). 
 | 
StructType | 
validateAndTransformSchema(StructType schema)
Validates and transforms the input schema. 
 | 
getMaxIter, maxIterfeaturesCol, getFeaturesColgetPredictionCol, predictionColdistanceMeasure, getDistanceMeasuregetWeightCol, weightColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidint getK()
double getMinDivisibleClusterSize()
IntParam k()
DoubleParam minDivisibleClusterSize()
StructType validateAndTransformSchema(StructType schema)
schema - input schema