Changeset 246 for trunk/EventBenchConsole
- Timestamp:
- 10/06/11 01:49:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/AbstractTrainCommand.java
r244 r246 50 50 * the command is always the same, only the parameters of the command and 51 51 * the creation of the {@link TrieBasedModel} instance. The former is 52 * handled by {@link #handle OptionalParameters(List)}, the latter by52 * handled by {@link #handleAdditionalParameters(List)}, the latter by 53 53 * {@link #createModel()}. 54 54 * </p>
Note: See TracChangeset
for help on using the changeset viewer.