Packages

c

org.apache.spark.ml.clustering

ClusteringSummary

class ClusteringSummary extends Serializable

Summary of clustering algorithms.

Source
ClusteringSummary.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusteringSummary
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. lazy val cluster: DataFrame

    Cluster centers of the transformed data.

    Cluster centers of the transformed data.

    Annotations
    @transient()
  2. lazy val clusterSizes: Array[Long]

    Size of (number of data points in) each cluster.

  3. val featuresCol: String
  4. val k: Int
  5. val numIter: Int
    Annotations
    @Since( "2.4.0" )
  6. val predictionCol: String
  7. val predictions: DataFrame