Class VPTree.Node

  • Enclosing class:
    VPTree<O>

    protected static class VPTree.Node
    extends java.lang.Object
    The Node Class saves the important information for the each Node
    Author:
    Robert Gehde, Erich Schubert
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lowBound

        double lowBound
        upper and lower distance bounds
      • highBound

        double highBound
        upper and lower distance bounds
    • Constructor Detail