MonotonicVCdomLEMCommand
, VCArcingGenericVCdomLEMCommand
, VCBaggingGenericVCdomLEMCommand
, VCdomLEMCommand
, VCdomLEMCommandOpt
public abstract class GenericVCdomLEMCommand extends Command
VCdomLEMWrapper
and
MonotonicVCdomLEMWrapper
.Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
defaultName |
Constructor | Description |
---|---|
GenericVCdomLEMCommand() |
Modifier and Type | Method | Description |
---|---|---|
int |
getConditionsSelectionMethod() |
|
double |
getGenericConsistencyParameter() |
|
java.lang.String |
getInputFileName() |
|
int |
getMaxQuantityOfRulesForPositiveExamples() |
|
double |
getMinRateOfCoveredPositiveExamples() |
|
int |
getNegativeExamplesTreatment() |
|
int |
getNumberOfFolds() |
|
int |
getNumberOfRepetitions() |
|
java.lang.String |
getOutputFileName() |
|
int |
getRulesType() |
|
long |
getSeed() |
|
boolean |
isAllPositiveExamples() |
|
boolean |
isCheckedConfidenceDuringMinimalityTest() |
|
boolean |
isDeletingNotMinimalRules() |
|
boolean |
isDeletingRedundantConditions() |
|
boolean |
isDeletingRedundantRules() |
|
boolean |
isEachRuleMustHaveingAtLeastOneCondition() |
|
boolean |
isGenerateIntermediateFiles() |
|
void |
setAllPositiveExamples(boolean value) |
|
void |
setCheckConfidenceDuringMinimalityTest(boolean checkConfidenceDuringMinimalityTest) |
|
void |
setClassificationMethod(java.lang.String classificationMethod) |
|
void |
setConditionsSelectionMethod(java.lang.String conditionsSelectionMethod) |
|
void |
setDeleteNotMinimalRules(boolean deleteNotMinimalRules) |
|
void |
setDeleteRedundantConditions(boolean deleteRedundantConditions) |
|
void |
setDeleteRedundantRules(boolean deleteRedundantRules) |
|
void |
setEachRuleMustHaveAtLeastOneCondition(boolean eachRuleMustHaveAtLeastOneCondition) |
|
void |
setGenerateIntermediateFiles(boolean generateIntermediateFiles) |
|
void |
setGenericConsistencyParameter(double genericConsistencyParameter) |
|
void |
setInputFileName(java.lang.String inputFileName) |
|
void |
setMaxQuantityOfRulesForPositiveExamples(int maxQuantityOfRulesForPositiveExamples) |
|
void |
setMinRateOfCoveredPositiveExamples(double minRateOfCoveredPositiveExamples) |
|
void |
setNegativeExamplesTreatment(java.lang.String negativeExamplesTreatment) |
|
void |
setNumberOfFolds(int numberOfFolds) |
|
void |
setNumberOfRepetitions(int number) |
|
void |
setOutputFileName(java.lang.String outputFileName) |
|
void |
setRulesType(java.lang.String rulesType) |
|
void |
setSeed(long seed) |
public static final java.lang.String defaultName
public int getConditionsSelectionMethod()
public void setConditionsSelectionMethod(java.lang.String conditionsSelectionMethod) throws UnknownValueException
UnknownValueException
public boolean isGenerateIntermediateFiles()
public void setGenerateIntermediateFiles(boolean generateIntermediateFiles)
public double getGenericConsistencyParameter()
public void setGenericConsistencyParameter(double genericConsistencyParameter)
public java.lang.String getInputFileName()
public void setInputFileName(java.lang.String inputFileName)
public int getNegativeExamplesTreatment()
public void setNegativeExamplesTreatment(java.lang.String negativeExamplesTreatment) throws UnknownValueException
UnknownValueException
public int getNumberOfFolds()
public void setNumberOfFolds(int numberOfFolds)
public java.lang.String getOutputFileName()
public void setOutputFileName(java.lang.String outputFileName)
public int getRulesType()
public void setRulesType(java.lang.String rulesType) throws UnknownValueException
UnknownValueException
public void setClassificationMethod(java.lang.String classificationMethod)
public long getSeed()
public void setSeed(long seed)
public boolean isCheckedConfidenceDuringMinimalityTest()
public void setCheckConfidenceDuringMinimalityTest(boolean checkConfidenceDuringMinimalityTest)
public boolean isDeletingNotMinimalRules()
public void setDeleteNotMinimalRules(boolean deleteNotMinimalRules)
public boolean isDeletingRedundantConditions()
public void setDeleteRedundantConditions(boolean deleteRedundantConditions)
public boolean isDeletingRedundantRules()
public void setDeleteRedundantRules(boolean deleteRedundantRules)
public boolean isEachRuleMustHaveingAtLeastOneCondition()
public void setEachRuleMustHaveAtLeastOneCondition(boolean eachRuleMustHaveAtLeastOneCondition)
public int getMaxQuantityOfRulesForPositiveExamples()
public void setMaxQuantityOfRulesForPositiveExamples(int maxQuantityOfRulesForPositiveExamples)
public double getMinRateOfCoveredPositiveExamples()
public void setMinRateOfCoveredPositiveExamples(double minRateOfCoveredPositiveExamples)
public int getNumberOfRepetitions()
public void setNumberOfRepetitions(int number)
public void setAllPositiveExamples(boolean value)
public boolean isAllPositiveExamples()