source: trunk/quest-ui-core/src/main/resources/manuals/showMarkovModel @ 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: 389 bytes
Line 
1Visualizes usage profiles based on first-order Markov models.
2
3$USAGE$
4<modelname> name of the usage profile
5<showNodeNames> optional; if true, the names of the states of the Markov model are part of the visualization; otherwise only the structure and the probabilities are shown ;default: false
6
7Example(s):
8showMarkovModel firstOrderMarkovModel
9showMarkovModel firstOrderMarkovModel true
Note: See TracBrowser for help on using the repository browser.