Class MalerPnueliMoore<I,O>

Type Parameters:
I - input symbol type
O - output symbol type
All Implemented Interfaces:
AccessSequenceTransformer<I>, GlobalSuffixLearner<MooreMachine<?,I,?,O>,I,Word<O>>, LearningAlgorithm<MooreMachine<?,I,?,O>,I,Word<O>>, LearningAlgorithm.MooreLearner<I,O>, ObservationTableFeature<I,Word<O>>, OTLearner<MooreMachine<?,I,?,O>,I,Word<O>>, OTLearner.OTLearnerMoore<I,O>, LearnerStateTracker, Resumable<AutomatonLStarState<I,Word<O>,CompactMoore<I,O>,Integer>>, SupportsGrowingAlphabet<I>

public class MalerPnueliMoore<I,O> extends ExtensibleLStarMoore<I,O>
A MooreMachine-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.