JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
weka.core.Trie.TrieNode
Packages that use
Trie.TrieNode
Package
Description
weka.core
Uses of
Trie.TrieNode
in
weka.core
Methods in
weka.core
that return
Trie.TrieNode
Modifier and Type
Method
Description
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
Modifier
Constructor
Description
TrieIterator
(
Trie.TrieNode
node)
initializes the iterator