Uses of Class
tools.tree.trie.Trie

Packages that use Trie
tools.tree.trie   
 

Uses of Trie in tools.tree.trie
 

Subclasses of Trie in tools.tree.trie
 class TrieFeatureMap
           
 

Methods in tools.tree.trie that return Trie
 Trie Trie.and(Trie trie2)
          creates a consensus trie which contains the maximum common subtree
 

Methods in tools.tree.trie with parameters of type Trie
 Trie Trie.and(Trie trie2)
          creates a consensus trie which contains the maximum common subtree
 double Trie.computePercentMatch(Trie trie2)
          computes the percent match of this trie onto the other tree
 double Trie.computeSimilarityMin(Trie tree2)
          returns the minmax similarity for a pair of tries
 int Trie.computeSimilaritySpectrum(Trie tree2)
          returns the spectrum similarity of two trees
 double Trie.computeSimilaritySpectrumWeighted(Trie tree2)
          returns the spectrum similarity of two trees
 double Trie.computeSimilarityTanimoto(Trie tree2)
          returns the Tanimoto similarity for this pair of tries