Ignore:
Timestamp:
04/14/11 10:53:57 (13 years ago)
Author:
sherbold
Message:

+ added class de.ugoe.cs.eventbench.models.FirstOrderMarkovModel? to replace de.ugoe.cs.eventbench.markov.MarkovModel?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchCore/src/de/ugoe/cs/eventbench/models/Trie.java

    r13 r16  
    3838        } 
    3939         
    40         // trains the current Trie using the given sequence and adds all subsequence of length maxOrder 
     40        // trains the current Trie using the given sequence and adds all subsequence of length trieOrder 
    4141        public void train(List<T> sequence, int maxOrder) { 
    4242                IncompleteMemory<T> latestActions = new IncompleteMemory<T>(maxOrder); 
Note: See TracChangeset for help on using the changeset viewer.