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, maxIter
featuresCol, getFeaturesCol
getPredictionCol, predictionCol
getWeightCol, weightCol
getProbabilityCol, probabilityCol
aggregationDepth, getAggregationDepth
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
int getK()
IntParam k()
StructType validateAndTransformSchema(StructType schema)
schema
- input schema