Ignore:
Timestamp:
08/31/12 10:30:28 (12 years ago)
Author:
sherbold
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/src/main/resources/manuals/trainMarkovModel

    r718 r726  
    22 
    33$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. 
     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 
    77 
    88Examples: 
    99trainMarkovModel mm sequences 
    1010trainMarkovModel mm sequences 3 
    11   
Note: See TracChangeset for help on using the changeset viewer.