Package org.apache.spark.ml.clustering
Class GaussianMixtureSummary
Object
org.apache.spark.ml.clustering.ClusteringSummary
org.apache.spark.ml.clustering.GaussianMixtureSummary
- All Implemented Interfaces:
- Serializable
Summary of GaussianMixture.
 
 param:  predictions  DataFrame produced by GaussianMixtureModel.transform().
 param:  predictionCol  Name for column of predicted clusters in predictions.
 param:  probabilityCol  Name for column of predicted probability of each cluster
                        in predictions.
 param:  featuresCol  Name for column of features in predictions.
 param:  k  Number of clusters.
 param:  logLikelihood  Total log-likelihood for this model on the given data.
 param:  numIter  Number of iterations.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiondoubleMethods inherited from class org.apache.spark.ml.clustering.ClusteringSummarycluster, clusterSizes, featuresCol, k, numIter, predictionCol, predictions
- 
Method Details- 
logLikelihoodpublic double logLikelihood()
- 
probability
- 
probabilityCol
 
-