public class PointClassification
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
PointClassification() |
|
PointClassification(Cluster cluster,
double distanceFromCenter,
boolean newLocation) |
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster() |
double |
getDistanceFromCenter() |
boolean |
isNewLocation() |
void |
setCluster(Cluster cluster) |
void |
setDistanceFromCenter(double distanceFromCenter) |
void |
setNewLocation(boolean newLocation) |
protected PointClassification()
public PointClassification(Cluster cluster, double distanceFromCenter, boolean newLocation)
public Cluster getCluster()
public void setCluster(Cluster cluster)
public double getDistanceFromCenter()
public void setDistanceFromCenter(double distanceFromCenter)
public boolean isNewLocation()
public void setNewLocation(boolean newLocation)