Package one.empty3.feature
Class Cluster
java.lang.Object
one.empty3.feature.Cluster
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
int
getId()
void
void
setCentroid
(DataPoint centroid) void
-
Field Details
-
points
-
centroid
-
id
public int id
-
-
Constructor Details
-
Cluster
public Cluster(int id)
-
-
Method Details
-
getPoints
-
addPoint
-
setPoints
-
getCentroid
-
setCentroid
-
getId
public int getId() -
clear
public void clear() -
plotCluster
public void plotCluster()
-