Package edu.mit.simile.vicino.vptree
Class VPTree
java.lang.Object
edu.mit.simile.vicino.vptree.VPTree
- All Implemented Interfaces:
Serializable
The VPTree class.
- Author:
- Paolo Ciccarese
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VPTree
public VPTree()
-
-
Method Details
-
setRoot
Sets the root of the VPTree.- Parameters:
root- The VPTree root.
-
getRoot
Get the root of the VPTree.- Returns:
- The VPTree root.
-