class BisectingKMeansSummary extends ClusteringSummary
Summary of BisectingKMeans.
- Annotations
- @Since( "2.1.0" )
- Source
- BisectingKMeans.scala
- Alphabetic
- By Inheritance
- BisectingKMeansSummary
- ClusteringSummary
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
lazy val
cluster: DataFrame
Cluster centers of the transformed data.
Cluster centers of the transformed data.
- Definition Classes
- ClusteringSummary
- Annotations
- @transient()
-
lazy val
clusterSizes: Array[Long]
Size of (number of data points in) each cluster.
Size of (number of data points in) each cluster.
- Definition Classes
- ClusteringSummary
-
val
featuresCol: String
- Definition Classes
- ClusteringSummary
-
val
k: Int
- Definition Classes
- ClusteringSummary
-
val
numIter: Int
- Definition Classes
- ClusteringSummary
- Annotations
- @Since( "2.4.0" )
-
val
predictionCol: String
- Definition Classes
- ClusteringSummary
-
val
predictions: DataFrame
- Definition Classes
- ClusteringSummary
-
val
trainingCost: Double
- Annotations
- @Since( "3.0.0" )