public class Cluster extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addToCluster(DataPoint currentDataPoint) |
void |
clearDataPointsInCluster() |
boolean |
equals(Object o) |
DataPoint |
getCentroid() |
List<DataPoint> |
getDataPointsInCluster() |
String |
getMemberInfo() |
int |
hashCode() |
void |
setCentroid(DataPoint centroid) |
public Cluster(DataPoint centroid)
Copyright © 2017 WSO2. All rights reserved.