Last change
on this file since 849 was
726,
checked in by sherbold, 12 years ago
|
- added manuals for the commands calcCoverage, calcEntropy, deleteObject, flattenModel, generateFixedLengthSequences, generateGreedy, generateHybrid, generateReplayfile, listSymbols, load, loadObject, modelSize, printDot, printTrieDot, save, saveObject, sequenceStatistics, showMarkovModel, showTime, showTrie, startFileListener, stopFileListener, trainDFA, trainPPM, and updateModel
|
File size:
411 bytes
|
Line | |
---|
1 | Takes a high-order Markov model as input and creates an equivalent first-order Markov model through state splitting. |
---|
2 | |
---|
3 | Note: command probably broken because of the refactoring of the event core! |
---|
4 | |
---|
5 | $USAGE$ |
---|
6 | <modelname> name of the high-order Markov model |
---|
7 | <modelname_flattened> name of the equivalent first-order Markov model that is created |
---|
8 | |
---|
9 | Example(s): |
---|
10 | flattenModel 5thOrderMarkovModel 5thOrderMarkovModel_flattend |
---|
Note: See
TracBrowser
for help on using the repository browser.