Changes between Version 22 and Version 23 of Software/EventBenchConsole
- Timestamp:
- 10/05/11 23:23:06 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/EventBenchConsole
v22 v23 123 123 - {{{showTrie markovModel}}} 124 124 - {{{showTrie predictionByPartialMatch}}} 125 * {{{startFileListener <filename>}}} 126 - Starts a !FileOutputListener, i.e., pipes all output into the specified file. In case {{{stopFileListener}}} is not called, it is not guaranteed that all output will actually be written! 127 - Examples: 128 - {{{startFileListener d:/output.log}}} 125 129 * {{{startTimer <timerName>}}} 126 130 - Starts a timer. 127 131 - Examples: 128 132 - {{{startTimer timer}}} 133 * {{{stopFileListener <filename>}}} 134 - Stops a !FileOutputListener and guarantees that all captured output is written to a file. 135 - Examples: 136 - {{{stopFileListener d:/output.log}}} 129 137 * {{{trainDFA <modelname> <sequencesName>}}} 130 138 - Trains a Deterministic Finite Automaton (DFA) from a collection of sequences.