public class GaussianMixtureSummary extends ClusteringSummary
 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.
| Modifier and Type | Method and Description | 
|---|---|
| double | logLikelihood() | 
| Dataset<Row> | probability() | 
| String | probabilityCol() | 
cluster, clusterSizes, featuresCol, k, numIter, predictionCol, predictions