M - the automaton typeI - input symbol classD - output symbol classpublic interface StatisticLearner<M,I,D> extends LearningAlgorithm<M,I,D>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatisticLearner.DFAStatisticLearner<I> |
static interface |
StatisticLearner.MealyStatisticLearner<I,O> |
LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>| Modifier and Type | Method and Description |
|---|---|
StatisticData |
getStatisticalData() |
getHypothesisModel, refineHypothesis, startLearning@Nonnull StatisticData getStatisticalData()
Copyright © 2019. All rights reserved.