Class LocationWrapper
java.lang.Object
net.bmahe.genetics4j.samples.clustering.LocationWrapper
- All Implemented Interfaces:
org.apache.commons.math3.ml.clustering.Clusterable
public class LocationWrapper
extends Object
implements org.apache.commons.math3.ml.clustering.Clusterable
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
points
private double[] points
-
-
Constructor Details
-
LocationWrapper
public LocationWrapper(double[] _points)
-
-
Method Details
-
getPoint
public double[] getPoint()- Specified by:
getPoint
in interfaceorg.apache.commons.math3.ml.clustering.Clusterable
-