KMeansModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class KMeansModel
extends Object
implements Saveable, scala.Serializable, PMMLExportable
A clustering model for K-means. Each point belongs to the cluster with the closest center.
See Also:
Serialized Form