|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.BruteForceLearnerConfigurator
public class BruteForceLearnerConfigurator
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 |
|---|
public BruteForceLearnerConfigurator(BruteForceLearner bruteForceLearner)
bruteForceLearner - see BruteForceLearner| Method Detail |
|---|
public static BruteForceLearner getBruteForceLearner(AbstractLearningProblem learningProblem,
AbstractReasonerComponent reasoningService)
throws LearningProblemUnsupportedException
reasoningService - see reasoningServicelearningProblem - see learningProblem
LearningProblemUnsupportedException - seepublic int getMaxLength()
public String getReturnType()
public void setMaxLength(int maxLength)
maxLength - maximum length of generated concepts.
mandatory: false| reinit necessary: true
default value: 7public void setReturnType(String returnType)
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: nullpublic boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||