public static class KMeans.Point extends Object implements Serializable
| Constructor and Description |
|---|
KMeans.Point() |
KMeans.Point(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
KMeans.Point |
add(KMeans.Point other) |
void |
clear() |
KMeans.Point |
div(long val) |
double |
euclideanDistance(KMeans.Point other) |
String |
toString() |
public KMeans.Point()
public KMeans.Point(double x,
double y)
public KMeans.Point add(KMeans.Point other)
public KMeans.Point div(long val)
public double euclideanDistance(KMeans.Point other)
public void clear()
Copyright © 2013–2014. All rights reserved.