Class ExtensibleLStarMealy<I,O>

Type Parameters:
I - input symbol type
O - output symbol type
All Implemented Interfaces:
AccessSequenceTransformer<I>, GlobalSuffixLearner<MealyMachine<?,I,?,O>,I,Word<O>>, GlobalSuffixLearner.GlobalSuffixLearnerMealy<I,O>, LearningAlgorithm<MealyMachine<?,I,?,O>,I,Word<O>>, LearningAlgorithm.MealyLearner<I,O>, ObservationTableFeature<I,Word<O>>, OTLearner<MealyMachine<?,I,?,O>,I,Word<O>>, OTLearner.OTLearnerMealy<I,O>, LearnerStateTracker, Resumable<AutomatonLStarState<I,Word<O>,CompactMealy<I,O>,Integer>>, SupportsGrowingAlphabet<I>
Direct Known Subclasses:
MalerPnueliMealy, RivestSchapireMealy

A MealyMachine-based specialization of the extensible L* learner.

Implementation note: this learner uses the AccessSequenceTransformer interface to provide access to the representatives of the states of the current hypothesis model.