org.dllearner.core.configurators
Class ELLearningAlgorithmConfigurator

java.lang.Object
  extended by 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


Constructor Summary
ELLearningAlgorithmConfigurator(ELLearningAlgorithm eLLearningAlgorithm)
           
 
Method Summary
static ELLearningAlgorithm getELLearningAlgorithm(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
 boolean getInstanceBasedDisjoints()
          instanceBasedDisjoints Specifies whether to use real disjointness checks or instance based ones (no common instances) in the refinement operator..
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setInstanceBasedDisjoints(boolean instanceBasedDisjoints)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELLearningAlgorithmConfigurator

public ELLearningAlgorithmConfigurator(ELLearningAlgorithm eLLearningAlgorithm)
Parameters:
eLLearningAlgorithm - see ELLearningAlgorithm
Method Detail

getELLearningAlgorithm

public static ELLearningAlgorithm getELLearningAlgorithm(AbstractLearningProblem learningProblem,
                                                         AbstractReasonerComponent reasoningService)
                                                  throws LearningProblemUnsupportedException
Parameters:
reasoningService - see reasoningService
learningProblem - 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


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