|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
public class FuzzyPosNegLPStandardConfigurator
automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update
| Constructor Summary | |
|---|---|
FuzzyPosNegLPStandardConfigurator(FuzzyPosNegLPStandard fuzzyPosNegLPStandard)
|
|
| Method Summary | |
|---|---|
String |
getAccuracyMethod()
accuracyMethod Specifies, which method/function to use for computing accuracy.. |
double |
getApproxAccuracy()
approxAccuracy accuracy of the approximation (only for expert use). |
Set<Object> |
getFuzzyExamples()
fuzzyExamples fuzzy examples. |
static FuzzyPosNegLPStandard |
getFuzzyPosNegLPStandard(AbstractReasonerComponent reasoningService,
Set<Object> fuzzyExamples,
Set<String> positiveExamples,
Set<String> negativeExamples)
|
Set<String> |
getNegativeExamples()
negativeExamples negative examples. |
double |
getPercentPerLenghtUnit()
percentPerLenghtUnit describes the reduction in classification accuracy in percent one is willing to accept for reducing the length of the concept by one. |
Set<String> |
getPositiveExamples()
positiveExamples positive examples. |
boolean |
getUseApproximations()
useApproximations whether to use stochastic approximations for computing accuracy. |
String |
getUseMultiInstanceChecks()
useMultiInstanceChecks See UseMultiInstanceChecks enum. - NO LONGER FULLY SUPPORTED.. |
boolean |
getUseRetrievalForClassficiation()
useRetrievalForClassficiation Specifies whether to use retrieval or instance checks for testing a concept. - NO LONGER FULLY SUPPORTED.. |
boolean |
isReinitNecessary()
true, if this component needs reinitializsation. |
void |
setAccuracyMethod(String accuracyMethod)
|
void |
setApproxAccuracy(double approxAccuracy)
|
void |
setFuzzyExamples(Set<Object> fuzzyExamples)
|
void |
setNegativeExamples(Set<String> negativeExamples)
|
void |
setPercentPerLenghtUnit(double percentPerLenghtUnit)
|
void |
setPositiveExamples(Set<String> positiveExamples)
|
void |
setUseApproximations(boolean useApproximations)
|
void |
setUseMultiInstanceChecks(String useMultiInstanceChecks)
|
void |
setUseRetrievalForClassficiation(boolean useRetrievalForClassficiation)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FuzzyPosNegLPStandardConfigurator(FuzzyPosNegLPStandard fuzzyPosNegLPStandard)
fuzzyPosNegLPStandard - see FuzzyPosNegLPStandard| Method Detail |
|---|
public static FuzzyPosNegLPStandard getFuzzyPosNegLPStandard(AbstractReasonerComponent reasoningService,
Set<Object> fuzzyExamples,
Set<String> positiveExamples,
Set<String> negativeExamples)
reasoningService - see reasoningServicefuzzyExamples - fuzzy examplespositiveExamples - positive examplesnegativeExamples - negative examples
public Set<Object> getFuzzyExamples()
public Set<String> getPositiveExamples()
public Set<String> getNegativeExamples()
public boolean getUseRetrievalForClassficiation()
public double getPercentPerLenghtUnit()
public String getUseMultiInstanceChecks()
public boolean getUseApproximations()
public double getApproxAccuracy()
public String getAccuracyMethod()
public void setFuzzyExamples(Set<Object> fuzzyExamples)
fuzzyExamples - fuzzy examples.
mandatory: true| reinit necessary: false
default value: nullpublic void setPositiveExamples(Set<String> positiveExamples)
positiveExamples - positive examples.
mandatory: true| reinit necessary: false
default value: nullpublic void setNegativeExamples(Set<String> negativeExamples)
negativeExamples - negative examples.
mandatory: true| reinit necessary: false
default value: nullpublic void setUseRetrievalForClassficiation(boolean useRetrievalForClassficiation)
useRetrievalForClassficiation - Specifies whether to use retrieval or instance checks for testing a concept. - NO LONGER FULLY SUPPORTED..
mandatory: false| reinit necessary: true
default value: falsepublic void setPercentPerLenghtUnit(double percentPerLenghtUnit)
percentPerLenghtUnit - describes the reduction in classification accuracy in percent one is willing to accept for reducing the length of the concept by one.
mandatory: false| reinit necessary: true
default value: 0.05public void setUseMultiInstanceChecks(String useMultiInstanceChecks)
useMultiInstanceChecks - See UseMultiInstanceChecks enum. - NO LONGER FULLY SUPPORTED..
mandatory: false| reinit necessary: true
default value: twoCheckspublic void setUseApproximations(boolean useApproximations)
useApproximations - whether to use stochastic approximations for computing accuracy.
mandatory: false| reinit necessary: true
default value: falsepublic void setApproxAccuracy(double approxAccuracy)
approxAccuracy - accuracy of the approximation (only for expert use).
mandatory: false| reinit necessary: true
default value: 0.05public void setAccuracyMethod(String accuracyMethod)
accuracyMethod - Specifies, which method/function to use for computing accuracy..
mandatory: false| reinit necessary: true
default value: predaccpublic boolean isReinitNecessary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||