| Constructor and Description |
|---|
BasicMLDataCentroid(MLData o)
Construct the centroid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(MLData d)
Add an element to the centroid.
|
double |
distance(MLData d)
The distance between this centroid and an element.
|
void |
remove(MLData d)
Remove an element from the centroid.
|
public BasicMLDataCentroid(MLData o)
o - The object to base the centroid on.