source: trunk/quest-ui-core/src/main/resources/manuals/flattenModel @ 726

Last change on this file since 726 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 
1Takes a high-order Markov model as input and creates an equivalent first-order Markov model through state splitting.
2
3Note: 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
9Example(s):
10flattenModel 5thOrderMarkovModel 5thOrderMarkovModel_flattend
Note: See TracBrowser for help on using the repository browser.