| 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)
|