Last change
on this file since 849 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:
785 bytes
|
Line | |
---|
1 | Generates sequences with a hybrid strategy that is a mixture of random walks and drawing from all possible sequences. Up to <maxLengthAll>, the command draws from all possible sequences. Then, the sequences are finished through random walks. |
---|
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 | <lenght> length of a sequence |
---|
7 | <maxlengthAll> maximal length where the command draws from all possible sequences |
---|
8 | <numSequences> number of sequences to be generated |
---|
9 | <validEnd> optional; if true, only sequences that finish in the global END state are allowed; default: true |
---|
10 | |
---|
11 | Example(s): |
---|
12 | generateHybrid markovModel generated_sequences 6 4 500 |
---|
13 | generateHybrid markovModel generated_sequences 6 4 500 false |
---|
Note: See
TracBrowser
for help on using the repository browser.