Class VPTree

java.lang.Object
edu.mit.simile.vicino.vptree.VPTree
All Implemented Interfaces:
Serializable

public class VPTree extends Object implements Serializable
The VPTree class.
Author:
Paolo Ciccarese
See Also:
  • Constructor Details

    • VPTree

      public VPTree()
  • Method Details

    • setRoot

      public void setRoot(TNode root)
      Sets the root of the VPTree.
      Parameters:
      root - The VPTree root.
    • getRoot

      public TNode getRoot()
      Get the root of the VPTree.
      Returns:
      The VPTree root.