Last change
on this file since 842 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:
476 bytes
|
Line | |
---|
1 | Trains a Prediction by Partial Match (PPM) model from a collection of sequences. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <modelname> the name of the PPM model |
---|
5 | <sequences> the name of the sequences from which the model is trained |
---|
6 | <probEscape> defines the probability to use a lower order Markov model |
---|
7 | <maxOrder> defines the Markov order of the PPM model |
---|
8 | <minOrder> optional; defines the minimal Markov order of the PPM model; default: 0 |
---|
9 | |
---|
10 | Examples: |
---|
11 | trainPPM ppm sequences 0.1 3 |
---|
12 | trainPPM ppm sequences 0.1 3 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.