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 Details

    • points

      private double[] points
  • Constructor Details

    • LocationWrapper

      public LocationWrapper(double[] _points)
  • Method Details

    • getPoint

      public double[] getPoint()
      Specified by:
      getPoint in interface org.apache.commons.math3.ml.clustering.Clusterable