Class MTree.ResultItem

  • Enclosing class:
    MTree<DATA>

    public class MTree.ResultItem
    extends Object
    The type of the results for nearest-neighbor queries.
    • Field Detail

      • data

        public DATA data
        A nearest-neighbor.
      • distance

        public double distance
        The distance from the nearest-neighbor to the query data object parameter.