Class PointDist<T>

    • Method Detail

      • dist

        public double dist()
        Description copied from interface: PointEntryDist
        An entry with distance property. This is, for example, used as a return value for nearest neighbour queries.
        Specified by:
        dist in interface PointEntryDist<T>
        Returns:
        the distance
      • set

        public void set​(Point<T> point,
                        double dist)
      • set

        public void set​(double[] point,
                        T val,
                        double dist)