public class RivestSchapireDFA<I> extends ExtensibleLStarDFA<I>
AbstractExtensibleAutomatonLStar.BuilderDefaultsOTLearner.OTLearnerDFA<I>, OTLearner.OTLearnerMealy<I,O>LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>GlobalSuffixLearner.GlobalSuffixLearnerDFA<I>, GlobalSuffixLearner.GlobalSuffixLearnerMealy<I,O>cexHandler, closingStrategy, initialPrefixes, initialSuffixesinternalHyp, stateInfosalphabet, oracle, table| Constructor and Description |
|---|
RivestSchapireDFA(net.automatalib.words.Alphabet<I> alphabet,
MembershipOracle<I,Boolean> oracle) |
RivestSchapireDFA(net.automatalib.words.Alphabet<I> alphabet,
MembershipOracle<I,Boolean> oracle,
List<net.automatalib.words.Word<I>> initialSuffixes,
ClosingStrategy<? super I,? super Boolean> closingStrategy) |
exposeInternalHypothesis, hypothesisOutput, initialSuffixes, stateProperty, transitionPropertyinitialPrefixes, refineHypothesisInternal, selectClosingRowsaddAlphabetSymbol, createState, doRefineHypothesis, getHypothesisModel, resume, setTransition, startLearning, suspend, updateInternalHypothesisaddGlobalSuffixes, analyzeInconsistency, completeConsistentTable, getGlobalSuffixes, getObservationTable, incorporateCounterExample, refineHypothesisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHypothesisModel, refineHypothesis, startLearninggetObservationTablepublic RivestSchapireDFA(net.automatalib.words.Alphabet<I> alphabet, MembershipOracle<I,Boolean> oracle)
public RivestSchapireDFA(net.automatalib.words.Alphabet<I> alphabet, MembershipOracle<I,Boolean> oracle, List<net.automatalib.words.Word<I>> initialSuffixes, ClosingStrategy<? super I,? super Boolean> closingStrategy)
Copyright © 2018. All rights reserved.