Uses of Class
weka.core.Trie.TrieNode

Packages that use Trie.TrieNode
weka.core   
 

Uses of Trie.TrieNode in weka.core
 

Methods in weka.core that return Trie.TrieNode
 Trie.TrieNode Trie.TrieNode.find(String suffix)
          returns the node with the given suffix
 Trie.TrieNode Trie.getRoot()
          returns the root node of the trie
 

Constructors in weka.core with parameters of type Trie.TrieNode
Trie.TrieIterator(Trie.TrieNode node)
          initializes the iterator
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.