Uses of Class
TreeJuxtaposer.Tree2Tree.NodeScorePair

Packages that use Tree2Tree.NodeScorePair
TreeJuxtaposer   
 

Uses of Tree2Tree.NodeScorePair in TreeJuxtaposer
 

Methods in TreeJuxtaposer that return Tree2Tree.NodeScorePair
(package private)  Tree2Tree.NodeScorePair Tree2Tree.computeBestMatch(TreeNode an, Tree t, java.lang.Object[] tmpData)
          compute the best corresponding node for each node node B is the best corresponding node of node A if it maximizes | L(A) U L(B)| ---------------- | L(A) n L(B)| where L(A),L(B) represent the set of leaves underneath the node A and node B respectively.
(package private)  Tree2Tree.NodeScorePair Tree2Tree.computeBestMatch(TreeNode an, Tree t, float alpha, java.lang.Object[] tmpData)