Interface GaussianMixtureParams

All Superinterfaces:
HasAggregationDepth, HasFeaturesCol, HasMaxIter, HasPredictionCol, HasProbabilityCol, HasSeed, HasTol, HasWeightCol, Identifiable, Params, Serializable, scala.Serializable
All Known Implementing Classes:
GaussianMixture, GaussianMixtureModel

Common params for GaussianMixture and GaussianMixtureModel
  • Method Details

    • getK

      int getK()
    • k

      Number of independent Gaussians in the mixture model. Must be greater than 1. Default: 2.

      Returns:
      (undocumented)
    • validateAndTransformSchema

      StructType validateAndTransformSchema(StructType schema)
      Validates and transforms the input schema.

      Parameters:
      schema - input schema
      Returns:
      output schema