source: trunk/quest-ui-core/src/main/resources/manuals/generateRandomSequences @ 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: 847 bytes
Line 
1Generates sequences by randomly walking a usage profile.
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<numSequences> number of sequences to be generated
7<minlenght> minimal length of a sequence
8<maxlength> maximal length of a sequence
9<maxIter> optional; defines the maximal number of random walks performed before aborting and returning with less than <numSequences> generated sequences; default: <numSequences>*10
10<validEnd> optional; if true, only sequences that finish in the global END state are allowed; default: true
11
12Example(s):
13generateRandomSequences markovModel generated_sequences 500 4 6
14generateRandomSequences markovModel generated_sequences 500 4 6 100000
15generateRandomSequences markovModel generated_sequences 500 4 6 100000 false
Note: See TracBrowser for help on using the repository browser.