Class Index.PointEntryKnn<T>

    • Constructor Detail

      • PointEntryKnn

        public PointEntryKnn​(double[] point,
                             T value,
                             double dist)
    • Method Detail

      • dist

        public double dist()
        An entry with distance property. This is, for example, used as a return value for nearest neighbour queries.
        Returns:
        the distance
      • set

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