Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.classifiers | |
pl.poznan.put.cs.idss.jrs.wrappers |
Modifier and Type | Method | Description |
---|---|---|
void |
RepeatedCrossValidationResultsContainer.addResultOfCrossValidation(ClassificationResultsFoldValidationContainer result) |
Add result of cross validation
|
Modifier and Type | Method | Description |
---|---|---|
ClassificationResultsFoldValidationContainer |
BaggingWrapper.crossValidate(int n,
long seed) |
|
ClassificationResultsFoldValidationContainer |
BaggingWrapper.crossValidate(int n,
long seed,
ConsistencyMeasure m) |
Validates the bagged classifier generated on learning data set.
|
ClassificationResultsFoldValidationContainer |
RulesGeneratorWrapper.crossValidate(RulesClassificationMethod method,
int n) |
Cross validates the rule classifier that is bulid on rules from
rulesContainer on a suplemented testContainer. |
ClassificationResultsFoldValidationContainer |
RulesGeneratorWrapper.crossValidate(RulesClassificationMethod method,
int n,
int decisionAttributeIndex) |
Cross validates the rule classifier that is bulid on rules from
rulesContainer on a suplemented testContainer. |
ClassificationResultsFoldValidationContainer |
RulesGeneratorWrapper.crossValidate(RulesClassificationMethod method,
int n,
long seed) |
Cross validates the rule classifier that is bulid on rules from
rulesContainer on a suplemented testContainer. |
ClassificationResultsFoldValidationContainer |
RulesGeneratorWrapper.crossValidate(RulesClassificationMethod method,
int n,
long seed,
int decisionAttributeIndex) |
Cross validates the rule classifier that is bulid on rules from
rulesContainer on a suplemented testContainer. |
ClassificationResultsFoldValidationContainer |
VCArcingWrapper.crossValidate(int n,
long seed) |
Validates the bagged classifier generated on learning data set.
|
ClassificationResultsFoldValidationContainer |
WekaMethodWrapper.crossValidate(WekaClassificationMethod baseMethod,
int n) |
Validates the weka classifier generated on learning data set.
|
ClassificationResultsFoldValidationContainer |
WekaMethodWrapper.crossValidate(WekaClassificationMethod baseMethod,
int n,
int decisionAttributeIndex) |
Cross validates the weka classifier generated on learning data set.
|
ClassificationResultsFoldValidationContainer |
WekaMethodWrapper.crossValidate(WekaClassificationMethod baseMethod,
int n,
long seed) |
Validates the weka classifier generated on learning data set.
|
ClassificationResultsFoldValidationContainer |
WekaMethodWrapper.crossValidate(WekaClassificationMethod baseMethod,
int n,
long seed,
int decisionAttributeIndex) |
Cross validates the rule classifier that is bulid on rules from
rulesContainer on a suplemented testContainer. |
abstract ClassificationResultsFoldValidationContainer |
CrossValidationWrapper.validate() |
|
ClassificationResultsFoldValidationContainer |
RulesCrossValidationWrapper.validate() |