KMeansModel.Cluster$ (Spark 3.5.5 JavaDoc) (original) (raw)
Object
- org.apache.spark.mllib.clustering.KMeansModel.Cluster$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
KMeansModel
public static class KMeansModel.Cluster$
extends Object
implements scala.Serializable
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type Field and Description static KMeansModel.Cluster$ MODULE$ Static reference to the singleton instance of this Scala object. Constructor Summary
Constructors
Constructor and Description Cluster$() Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type Method and Description org.apache.spark.mllib.clustering.KMeansModel.Cluster apply(Row r) * ### Methods inherited from class Object `equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`
Field Detail
* #### MODULE$ public static final [KMeansModel.Cluster$](../../../../../org/apache/spark/mllib/clustering/KMeansModel.Cluster$.html "class in org.apache.spark.mllib.clustering") MODULE$ Static reference to the singleton instance of this Scala object.
Constructor Detail
* #### Cluster$ public Cluster$()
Method Detail
* #### apply public org.apache.spark.mllib.clustering.KMeansModel.Cluster apply([Row](../../../../../org/apache/spark/sql/Row.html "interface in org.apache.spark.sql") r)