Uses of Class
org.put.semintec.mining.datastructures.Trie

Packages that use Trie
org.put.semintec.mining.association   
org.put.semintec.utils   
 

Uses of Trie in org.put.semintec.mining.association
 

Methods in org.put.semintec.mining.association that return Trie
 Trie PatternMiningWithoutBackgroundKnowledge.getTrie()
          Getter of the property trie
 Trie PatternMining.getTrie()
          Getter of the property trie
 Trie AssociationRuleGeneration.getTrie()
          Getter of the property trie
 

Methods in org.put.semintec.mining.association with parameters of type Trie
 void PatternMiningWithoutBackgroundKnowledge.setTrie(Trie trie)
          Setter of the property trie
 void PatternMining.setTrie(Trie trie)
          Setter of the property trie
 void AssociationRuleGeneration.setTrie(Trie trie)
          Setter of the property trie
 

Uses of Trie in org.put.semintec.utils
 

Methods in org.put.semintec.utils with parameters of type Trie
 void IOUtils.savePatterns(java.util.HashMap params, Trie trie, java.lang.String fileName)
          Saves patterns, discovered during data mining execution, into specified file
 void IOUtils.saveToGraphML(Trie trie, java.lang.String fileName, java.lang.String[] params)
          Writes a given trie data structure to specified file in GraphML format.