Interface StatisticLearner.MooreStatisticLearner<I,​O>

  • All Superinterfaces:
    LearningAlgorithm<net.automatalib.automaton.transducer.MooreMachine<?,​I,​?,​O>,​I,​net.automatalib.word.Word<O>>, StatisticCollector, StatisticLearner<net.automatalib.automaton.transducer.MooreMachine<?,​I,​?,​O>,​I,​net.automatalib.word.Word<O>>
    All Known Implementing Classes:
    MooreRefinementCounterLearner
    Enclosing interface:
    StatisticLearner<M,​I,​D>

    public static interface StatisticLearner.MooreStatisticLearner<I,​O>
    extends StatisticLearner<net.automatalib.automaton.transducer.MooreMachine<?,​I,​?,​O>,​I,​net.automatalib.word.Word<O>>