Uses of Class
de.ls5.jlearn.abstractclasses.LearningException

Packages that use LearningException
de.ls5.jlearn.algorithms.angluin   
de.ls5.jlearn.algorithms.dhc   
de.ls5.jlearn.algorithms.dhcmodular   
de.ls5.jlearn.algorithms.packs   
de.ls5.jlearn.batchoracles   
de.ls5.jlearn.exceptions   
de.ls5.jlearn.interfaces   
de.ls5.jlearn.oracles   
de.ls5.jlearn.splittercreators   
 

Uses of LearningException in de.ls5.jlearn.algorithms.angluin
 

Methods in de.ls5.jlearn.algorithms.angluin that throw LearningException
 void Angluin.addWordToS(Word s)
           
 void Angluin.learn()
           
 

Uses of LearningException in de.ls5.jlearn.algorithms.dhc
 

Methods in de.ls5.jlearn.algorithms.dhc that throw LearningException
 void DHC.learn()
          Core of the learning algorithm.
 

Uses of LearningException in de.ls5.jlearn.algorithms.dhcmodular
 

Methods in de.ls5.jlearn.algorithms.dhcmodular that throw LearningException
 Symbol OutputSymbolCreatorDFA.createOutputSymbol(Symbol transsym, Word query, Word response)
           
 Symbol OutputSymbolCreatorComplex.createOutputSymbol(Symbol transsym, Word query, Word response)
           
 Symbol OutputSymbolCreator.createOutputSymbol(Symbol transsym, Word query, Word response)
           
 Word QueryCreatorAccessConcat.createQuery(State state, Symbol transition)
           
 Word QueryCreator.createQuery(State state, Symbol transition)
           
 State EquivalenceConceptSignature.getEquivalentState(State state)
           
 State EquivalenceConceptSignatureTree.getEquivalentState(State state)
           
 State EquivalenceConcept.getEquivalentState(State state)
           
 void DHCModular.learn()
           
 

Uses of LearningException in de.ls5.jlearn.algorithms.packs
 

Methods in de.ls5.jlearn.algorithms.packs that throw LearningException
 void ObservationPack.addPrefix(Word w)
          add a new prefix to the observations adding arbitrary words to the pack may break the algorithm: thus it will be checked that prefix of w is access sequence
 boolean SelectiveExploration.explore(Word accessSequence, Symbol transition)
          tests if the word "accessSequence + transition" should be used as a prefix in the observations.
 void ObservationPack.learn()
           
 

Uses of LearningException in de.ls5.jlearn.batchoracles
 

Methods in de.ls5.jlearn.batchoracles that throw LearningException
 Map<Word,Word> MultithreadBatchOracle.processQueries(List<Word> queries)
           
 Map<Word,Word> LengthSortBatchOracle.processQueries(List<Word> queries)
           
 Map<Word,Word> PrefixFirstBatchOracle.processQueries(List<Word> queries)
           
 Map<Word,Word> SequentialBatchOracle.processQueries(List<Word> queries)
           
 Word AbstractBatchOracle.processQuery(Word trace)
           
 Word SequentialBatchOracle.processQuery(Word trace)
           
 

Uses of LearningException in de.ls5.jlearn.exceptions
 

Subclasses of LearningException in de.ls5.jlearn.exceptions
 class IncompleteQueriesException
           
 class NotProperlyInitializedException
           
 class ObservationConflictException
           
 class PreconditionException
          preconditions of method not met
 

Uses of LearningException in de.ls5.jlearn.interfaces
 

Methods in de.ls5.jlearn.interfaces that throw LearningException
 void Learner.learn()
          Starts the learning algorithm, returns once a hypothesis has been constructed
 Map<Word,Word> BatchOracle.processQueries(List<Word> queries)
          Process an incoming collection of words of input symbols and return a map from queries to output words produced as reacion to the inputs
 Word Oracle.processQuery(Word trace)
          Process an incoming sequence (word) of input symbols and return a sequence (word) of output symbols produced as reacion to the input symbols.
 

Uses of LearningException in de.ls5.jlearn.oracles
 

Methods in de.ls5.jlearn.oracles that throw LearningException
 Word CacheOracle.processQuery(Word trace)
           
 Word SimulatorOracle.processQuery(Word trace)
           
 Word FileCacheOracle.processQuery(Word trace)
           
 Word SimulatorOracleDFA.processQuery(Word trace)
           
 Word PooledOracle.processQuery(Word trace)
           
 Word PrefixClosureFilter.processQuery(Word trace)
          Process an incoming sequence (word) of input symbols and return a sequence (word) of output symbols produced as reacion to the input symbols.
 Word AsyncOracleImpl.processQuery(Word trace)
           
 Word PrefixEnforcementFilter.processQuery(Word query)
           
 

Uses of LearningException in de.ls5.jlearn.splittercreators
 

Methods in de.ls5.jlearn.splittercreators that throw LearningException
protected  Word KearnsStyleDFASplitterCreator.getValidPrefix(Word ce, Word co)
           
protected  Word KearnsStyleDFASplitterCreator.getValidPrefix(Word ce, Word co, int lower, int upper, int[] flags)
           
 



Copyright © 2011. All Rights Reserved.