org.dllearner.core.configurators
Class BruteForceLearnerConfigurator

java.lang.Object
  extended by org.dllearner.core.configurators.BruteForceLearnerConfigurator
All Implemented Interfaces:
Configurator

public class BruteForceLearnerConfigurator
extends Object
implements Configurator

automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update


Constructor Summary
BruteForceLearnerConfigurator(BruteForceLearner bruteForceLearner)
           
 
Method Summary
static BruteForceLearner getBruteForceLearner(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
 int getMaxLength()
          maxLength maximum length of generated concepts.
 String getReturnType()
          returnType Specifies the type which the solution has to belong to (if already) known.
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setMaxLength(int maxLength)
           
 void setReturnType(String returnType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BruteForceLearnerConfigurator

public BruteForceLearnerConfigurator(BruteForceLearner bruteForceLearner)
Parameters:
bruteForceLearner - see BruteForceLearner
Method Detail

getBruteForceLearner

public static BruteForceLearner getBruteForceLearner(AbstractLearningProblem learningProblem,
                                                     AbstractReasonerComponent reasoningService)
                                              throws LearningProblemUnsupportedException
Parameters:
reasoningService - see reasoningService
learningProblem - see learningProblem
Returns:
BruteForceLearner
Throws:
LearningProblemUnsupportedException - see

getMaxLength

public int getMaxLength()
maxLength maximum length of generated concepts. mandatory: false| reinit necessary: true default value: 7

Returns:
int

getReturnType

public String getReturnType()
returnType Specifies the type which the solution has to belong to (if already) known. This means we inform the learning algorithm that the solution is a subclass of this type.. mandatory: false| reinit necessary: true default value: null

Returns:
String

setMaxLength

public void setMaxLength(int maxLength)
Parameters:
maxLength - maximum length of generated concepts. mandatory: false| reinit necessary: true default value: 7

setReturnType

public void setReturnType(String returnType)
Parameters:
returnType - Specifies the type which the solution has to belong to (if already) known. This means we inform the learning algorithm that the solution is a subclass of this type.. mandatory: false| reinit necessary: true default value: null

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