org.dllearner.core.configurators
Class ELLearningAlgorithmConfigurator
java.lang.Object
org.dllearner.core.configurators.ELLearningAlgorithmConfigurator
- All Implemented Interfaces:
- Configurator
public class ELLearningAlgorithmConfigurator
- extends Object
- implements Configurator
automatically generated, do not edit manually.
run org.dllearner.scripts.ConfigJavaGenerator to update
ELLearningAlgorithmConfigurator
public ELLearningAlgorithmConfigurator(ELLearningAlgorithm eLLearningAlgorithm)
- Parameters:
eLLearningAlgorithm - see ELLearningAlgorithm
getELLearningAlgorithm
public static ELLearningAlgorithm getELLearningAlgorithm(AbstractLearningProblem learningProblem,
AbstractReasonerComponent reasoningService)
throws LearningProblemUnsupportedException
- Parameters:
reasoningService - see reasoningServicelearningProblem - see learningProblem
- Returns:
- ELLearningAlgorithm
- Throws:
LearningProblemUnsupportedException - see
getInstanceBasedDisjoints
public boolean getInstanceBasedDisjoints()
- instanceBasedDisjoints Specifies whether to use real disjointness checks or instance based ones (no common instances) in the refinement operator..
mandatory: false| reinit necessary: true
default value: true
- Returns:
- boolean
setInstanceBasedDisjoints
public void setInstanceBasedDisjoints(boolean instanceBasedDisjoints)
- Parameters:
instanceBasedDisjoints - Specifies whether to use real disjointness checks or instance based ones (no common instances) in the refinement operator..
mandatory: false| reinit necessary: true
default value: true
isReinitNecessary
public boolean isReinitNecessary()
- true, if this component needs reinitializsation.
- Returns:
- boolean
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann