source:
branches/autoquest-ui-core-alignment/src/main/resources/manuals/trainPPM
@
2146
Last change on this file since 2146 was 726, checked in by sherbold, 12 years ago | |
---|---|
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.