Changes between Version 13 and Version 14 of Software/EventBenchConsole
- Timestamp:
- 04/14/11 11:54:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/EventBenchConsole
v13 v14 68 68 - {{{showMarkovModel markovModel}}} 69 69 - {{{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. 72 72 - Examples: 73 73 - {{{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}}} 78 79 79 80