Package org.apache.spark.ml.evaluation
Class SquaredEuclideanSilhouette.ClusterStats
Object
org.apache.spark.ml.evaluation.SquaredEuclideanSilhouette.ClusterStats
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- SquaredEuclideanSilhouette
public static class SquaredEuclideanSilhouette.ClusterStats
extends Object
implements scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
ClusterStats
 
- 
- 
Method Details- 
featureSum
- 
squaredNormSumpublic double squaredNormSum()
- 
weightSumpublic double weightSum()
 
-