ClusteringSummary (Spark 3.5.5 JavaDoc) (original) (raw)


public class ClusteringSummary
extends Object
implements scala.Serializable
Summary of clustering algorithms.
param: predictions DataFrame produced by model.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.
See Also:
Serialized Form