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

Last change on this file since 726 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: 337 bytes
Line 
1Trains a Markov model from a collection of sequences.
2
3$USAGE$
4<modelname> the name of the Markov model
5<sequences> the name of the sequences from which the model is trained
6<markovOrder> optional; defines the memory length of the trained Markov model; default: 1
7
8Examples:
9trainMarkovModel mm sequences
10trainMarkovModel mm sequences 3
Note: See TracBrowser for help on using the repository browser.