public interface GaussianMixtureParams extends Params, HasMaxIter, HasFeaturesCol, HasSeed, HasPredictionCol, HasWeightCol, HasProbabilityCol, HasTol, HasAggregationDepth
| 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, predictionColgetWeightCol, weightColgetProbabilityCol, probabilityColaggregationDepth, getAggregationDepthclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidint getK()
IntParam k()
StructType validateAndTransformSchema(StructType schema)
schema - input schema