source: trunk/quest-ui-core/src/main/resources/manuals/generateGreedy @ 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: 669 bytes
Line 
1Generates sequences from a usage profile with a greedy strategy to fulfill a desired usage-based coverage value.
2
3$USAGE$
4<modelname> name of the usage profile from which the sequences are generated
5<sequencesName> name of the sequences that are generated
6<minlenght> minimal length of a sequence
7<maxlength> maximal length of a sequence
8<coverageDepth> depth of the desired coverage
9<desiredCoverage> desired coverage percentage
10<validEnd> optional; if true, only sequences that finish in the global END state are allowed; default: true
11
12Example(s)
13generateHybrid markovModel generated_sequences 5 7 3 0.9
14generateHybrid markovModel generated_sequences 5 7 3 0.9 false
Note: See TracBrowser for help on using the repository browser.