Class FloatPointNearestNeighbor.Cell

    • Field Detail

      • readerIndex

        final int readerIndex
      • minPacked

        final byte[] minPacked
      • maxPacked

        final byte[] maxPacked
      • distanceSquared

        final double distanceSquared
        The closest possible distance^2 of all points in this cell
    • Constructor Detail

      • Cell

        Cell​(BKDReader.IndexTree index,
             int readerIndex,
             byte[] minPacked,
             byte[] maxPacked,
             double distanceSquared)