public class BisectingKMeansSummary extends ClusteringSummary
param: predictions DataFrame
produced by BisectingKMeansModel.transform()
.
param: predictionCol Name for column of predicted clusters in predictions
.
param: featuresCol Name for column of features in predictions
.
param: k Number of clusters.
param: numIter Number of iterations.
cluster, clusterSizes, featuresCol, k, numIter, predictionCol, predictions