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 Summary
Modifier and TypeMethodDescriptiondouble
Methods inherited from class org.apache.spark.ml.clustering.ClusteringSummary
cluster, clusterSizes, featuresCol, k, numIter, predictionCol, predictions
-
Method Details
-
logLikelihood
public double logLikelihood() -
probability
-
probabilityCol
-