|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.ELLearningAlgorithmDisjunctiveConfigurator
public class ELLearningAlgorithmDisjunctiveConfigurator
automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update
| Constructor Summary | |
|---|---|
ELLearningAlgorithmDisjunctiveConfigurator(ELLearningAlgorithmDisjunctive eLLearningAlgorithmDisjunctive)
|
|
| Method Summary | |
|---|---|
static ELLearningAlgorithmDisjunctive |
getELLearningAlgorithmDisjunctive(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.. |
double |
getNoisePercentage()
noisePercentage the (approximated) percentage of noise within the examples. |
String |
getStartClass()
startClass the named class which should be used to start the algorithm (GUI: needs a widget for selecting a class). |
boolean |
isReinitNecessary()
true, if this component needs reinitializsation. |
void |
setInstanceBasedDisjoints(boolean instanceBasedDisjoints)
|
void |
setNoisePercentage(double noisePercentage)
|
void |
setStartClass(String startClass)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELLearningAlgorithmDisjunctiveConfigurator(ELLearningAlgorithmDisjunctive eLLearningAlgorithmDisjunctive)
eLLearningAlgorithmDisjunctive - see ELLearningAlgorithmDisjunctive| Method Detail |
|---|
public static ELLearningAlgorithmDisjunctive getELLearningAlgorithmDisjunctive(AbstractLearningProblem learningProblem,
AbstractReasonerComponent reasoningService)
throws LearningProblemUnsupportedException
reasoningService - see reasoningServicelearningProblem - see learningProblem
LearningProblemUnsupportedException - seepublic double getNoisePercentage()
public String getStartClass()
public boolean getInstanceBasedDisjoints()
public void setNoisePercentage(double noisePercentage)
noisePercentage - the (approximated) percentage of noise within the examples.
mandatory: false| reinit necessary: true
default value: 0.0public void setStartClass(String startClass)
startClass - the named class which should be used to start the algorithm (GUI: needs a widget for selecting a class).
mandatory: false| reinit necessary: true
default value: nullpublic void setInstanceBasedDisjoints(boolean instanceBasedDisjoints)
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: truepublic boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||