source: trunk/quest-ui-core/src/main/resources/manuals/calcEntropy @ 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: 252 bytes
Line 
1Calculates the Shannon entropy of a usage profile. The command only supports first-order Markov models and fails for all other usage profile types.
2
3$USAGE$
4<modelname> name of the first-order Markov model
5
6Example(s):
7calcEntropy firstOrderMarkovModel
Note: See TracBrowser for help on using the repository browser.