public class PointClassification extends Object implements 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)
Copyright © 2017. All Rights Reserved.