public class ClusterData
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
ClusterData(int clusterIdx,
Vector clusterCenter) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(Object that) |
Vector |
clusterCenter() |
int |
clusterIdx() |
abstract static boolean |
equals(Object that) |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ClusterData(int clusterIdx, Vector clusterCenter)
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public int clusterIdx()
public Vector clusterCenter()