Package org.apache.spark.ml.evaluation
Class SquaredEuclideanSilhouette.ClusterStats$
Object
scala.runtime.AbstractFunction3<Vector,Object,Object,SquaredEuclideanSilhouette.ClusterStats>
org.apache.spark.ml.evaluation.SquaredEuclideanSilhouette.ClusterStats$
- All Implemented Interfaces:
Serializable
,scala.Function3<Vector,
Object, Object, SquaredEuclideanSilhouette.ClusterStats>
- Enclosing class:
- SquaredEuclideanSilhouette
public static class SquaredEuclideanSilhouette.ClusterStats$
extends scala.runtime.AbstractFunction3<Vector,Object,Object,SquaredEuclideanSilhouette.ClusterStats>
implements Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SquaredEuclideanSilhouette.ClusterStats$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterStats$
public ClusterStats$()
-