source: trunk/quest-ui-core/src/main/resources/manuals/trainMarkovModel @ 718

Last change on this file since 718 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 
1Trains 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
8Examples:
9trainMarkovModel mm sequences
10trainMarkovModel mm sequences 3
11 
Note: See TracBrowser for help on using the repository browser.