Last change
on this file since 722 was
718,
checked in by sherbold, 12 years ago
|
- added command man that prints manuals of commands to the console
- added manuals für the commands exec, exit, listCommands, man, and trainMarkovModel
|
File size:
456 bytes
|
Line | |
---|
1 | Trains a Markov model from a collection of sequences. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <modelName> is the name of the Markov model. This name can be used by other commands to refer the trained Markov model. |
---|
5 | <sequences> is the name of the sequences from which the model is trained in the storage. |
---|
6 | <markovOrder> is optional and defines the memory length of the trained Markov model. The default value is 1. |
---|
7 | |
---|
8 | Examples: |
---|
9 | trainMarkovModel mm sequences |
---|
10 | trainMarkovModel mm sequences 3 |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.