Changes between Version 13 and Version 14 of Software/EventBenchConsole


Ignore:
Timestamp:
04/14/11 11:54:09 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/EventBenchConsole

    v13 v14  
    6868   - {{{showMarkovModel markovModel}}} 
    6969   - {{{showMarkovModel markovModel true}}} 
    70  * {{{trainMarkovModel <modelname>}}} 
    71   - Trains a first-order Markov model based on the currently loaded sessions. 
     70 * {{{trainMarkovModel <modelname> {<order>}}}} 
     71  - Trains a Markov model based on the currently loaded sessions. The default order of the model is 1, and may be changed using the second parameter.  
    7272  - Examples: 
    7373   - {{{trainMarkovModel markovModel}}} 
    74  * {{{trainPPM <modelname>}}} 
    75   - Trains a Prediction by Partial Match (PPM) model based on the currently loaded sessions. 
    76   - Examples: 
    77    - {{{trainPPM PPMModel}}} 
     74   - {{{trainMarkovModel markovModel 3}}} 
     75 * {{{trainPPM <modelname> <order>}}} 
     76  - Trains a Prediction by Partial Match (PPM) model based on the currently loaded sessions with the specified order. 
     77  - Examples: 
     78   - {{{trainPPM PPMModel 3}}} 
    7879 
    7980