M - the automaton typeI - input symbol classD - output symbol classpublic interface StatisticLearner<M,I,D> extends LearningAlgorithm<M,I,D>, StatisticCollector
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatisticLearner.DFAStatisticLearner<I> |
static interface |
StatisticLearner.MealyStatisticLearner<I,O> |
LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>getHypothesisModel, refineHypothesis, startLearninggetStatisticalDataCopyright © 2020. All rights reserved.