tools.tree.trie
Class TrieFeatureMap

java.lang.Object
  extended by tools.tree.trie.Trie
      extended by tools.tree.trie.TrieFeatureMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TrieFeatureMap
extends Trie

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class tools.tree.trie.Trie
Trie.IdManager
 
Constructor Summary
TrieFeatureMap(FeatureMap fmap)
           
 
Method Summary
 
Methods inherited from class tools.tree.trie.Trie
and, clone, computePercentMatch, computeSimilarityMin, computeSimilaritySpectrum, computeSimilaritySpectrumWeighted, computeSimilarityTanimoto, getGMLString, getGMLStringPPP, getNumberOfFeatures, getRoot, getTotalFeatureCount, getTotalNodeCount, getWeight, init, insertPattern
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrieFeatureMap

public TrieFeatureMap(FeatureMap fmap)