Changeset 849 for trunk/quest-plugin-guitar
- Timestamp:
- 09/21/12 14:21:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/EFGModelGenerator.java
r671 r849 34 34 * Generates a {@link FirstOrderMarkovModel} from an EFG. In the generated 35 35 * model, all following events are equally possible, i.e., the model is 36 * equal to a {@link DeterministicFiniteAutomaton}. However, through further 37 * training (e.g., {@link CMDupdateModel}) this can be changed. 36 * equal to a {@link DeterministicFiniteAutomaton}. 38 37 * </p> 39 38 *
Note: See TracChangeset
for help on using the changeset viewer.