public final class ClusterInfo extends Object implements Serializable
Constructor and Description |
---|
ClusterInfo(int id,
double[] center,
long initialCount) |
Modifier and Type | Method and Description |
---|---|
double[] |
getCenter() |
long |
getCount() |
int |
getID() |
String |
toString() |
void |
update(double[] newPoint,
long newCount) |
Copyright © 2014–2018. All rights reserved.