BisectingKMeansModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class BisectingKMeansModel
extends Object
implements scala.Serializable, Saveable, org.apache.spark.internal.Logging
Clustering model produced by BisectingKMeans. The prediction is done level-by-level from the root node to a leaf node, and at each node among its children the closest to the input point is selected.
param: root the root node of the clustering tree
See Also:
Serialized Form