Package edu.mit.simile.vicino.vptree
Class TNode
java.lang.Object
edu.mit.simile.vicino.vptree.TNode
- All Implemented Interfaces:
Serializable
- Author:
- Paolo Ciccarese
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTNode(Serializable obj) The Object will be fixed during the instantiation of the node, while the children will be defined in another iteration of the algorithm, -
Method Summary
-
Constructor Details
-
TNode
The Object will be fixed during the instantiation of the node, while the children will be defined in another iteration of the algorithm,
-
-
Method Details