public interface GaussianMixtureParams extends Params, HasMaxIter, HasFeaturesCol, HasSeed, HasPredictionCol, HasProbabilityCol, HasTol
| Modifier and Type | Method and Description | 
|---|---|
int | 
getK()  | 
IntParam | 
k()
Number of independent Gaussians in the mixture model. 
 | 
StructType | 
validateAndTransformSchema(StructType schema)
Validates and transforms the input schema. 
 | 
getMaxIter, maxIterfeaturesCol, getFeaturesColgetPredictionCol, predictionColgetProbabilityCol, probabilityColclear, 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()
IntParam k()
StructType validateAndTransformSchema(StructType schema)
schema - input schema