Class RivestSchapireDFA<I>

Type Parameters:
I - input symbol type
All Implemented Interfaces:
AccessSequenceTransformer<I>, GlobalSuffixLearner<DFA<?,I>,I,Boolean>, GlobalSuffixLearner.GlobalSuffixLearnerDFA<I>, LearningAlgorithm<DFA<?,I>,I,Boolean>, LearningAlgorithm.DFALearner<I>, ObservationTableFeature<I,Boolean>, OTLearner<DFA<?,I>,I,Boolean>, OTLearner.OTLearnerDFA<I>, LearnerStateTracker, Resumable<AutomatonLStarState<I,Boolean,CompactDFA<I>,Integer>>, SupportsGrowingAlphabet<I>

public class RivestSchapireDFA<I> extends ExtensibleLStarDFA<I>
A DFA-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Rivest & Schapire.