Uses of Class
org.dllearner.core.LearningProblemUnsupportedException

Packages that use LearningProblemUnsupportedException
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.core.configurators Automatically generated classes, which enable programmatically settingand getting configuration options of components. 
 

Uses of LearningProblemUnsupportedException in org.dllearner.core
 

Methods in org.dllearner.core that throw LearningProblemUnsupportedException
<T extends AbstractCELA>
T
ComponentManager.learningAlgorithm(Class<T> laClass, AbstractLearningProblem lp, AbstractReasonerComponent rs)
          Factory method for creating a learning algorithm, which automagically calls the right constructor for the given problem.
 

Uses of LearningProblemUnsupportedException in org.dllearner.core.configurators
 

Methods in org.dllearner.core.configurators that throw LearningProblemUnsupportedException
static BruteForceLearner ComponentFactory.getBruteForceLearner(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static BruteForceLearner BruteForceLearnerConfigurator.getBruteForceLearner(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static CELOE ComponentFactory.getCELOE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static CELOE CELOEConfigurator.getCELOE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ELLearningAlgorithm ComponentFactory.getELLearningAlgorithm(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ELLearningAlgorithm ELLearningAlgorithmConfigurator.getELLearningAlgorithm(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ELLearningAlgorithmDisjunctive ComponentFactory.getELLearningAlgorithmDisjunctive(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ELLearningAlgorithmDisjunctive ELLearningAlgorithmDisjunctiveConfigurator.getELLearningAlgorithmDisjunctive(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static FuzzyCELOE ComponentFactory.getFuzzyCELOE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static FuzzyCELOE FuzzyCELOEConfigurator.getFuzzyCELOE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static GP ComponentFactory.getGP(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static GP GPConfigurator.getGP(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ISLE ComponentFactory.getISLE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ISLE ISLEConfigurator.getISLE(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static OCEL ComponentFactory.getOCEL(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static OCEL OCELConfigurator.getOCEL(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static RandomGuesser ComponentFactory.getRandomGuesser(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static RandomGuesser RandomGuesserConfigurator.getRandomGuesser(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ROLearner ComponentFactory.getROLearner(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
static ROLearner ROLearnerConfigurator.getROLearner(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann