Changes between Version 22 and Version 23 of Software/EventBenchConsole


Ignore:
Timestamp:
10/05/11 23:23:06 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/EventBenchConsole

    v22 v23  
    123123   - {{{showTrie markovModel}}} 
    124124   - {{{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}}} 
    125129 * {{{startTimer <timerName>}}} 
    126130  - Starts a timer. 
    127131  - Examples: 
    128132   - {{{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}}} 
    129137 * {{{trainDFA <modelname> <sequencesName>}}} 
    130138  - Trains a Deterministic Finite Automaton (DFA) from a collection of sequences.