| Package | Description |
|---|---|
| pl.poznan.put.cs.idss.jrs.classifiers | |
| pl.poznan.put.cs.idss.jrs.wrappers |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WekaDistributionClassificationMethod |
Wrapper for weka classification methods.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WekaClassifier.setMethod(WekaClassificationMethod method) |
| Constructor | Description |
|---|---|
WekaClassifier(WekaClassificationMethod method,
int decisionAttributeIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
WekaClassificationMethod |
WekaMethodWrapper.getMethod() |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
void |
WekaMethodWrapper.setMethod(WekaClassificationMethod baseMethod,
boolean methodValid) |
Sets WEKA classification method
|
ClassificationResultsValidationContainer |
WekaMethodWrapper.validate(WekaClassificationMethod baseMethod,
boolean methodValid) |
Validates the weka classifier generated on learning data set.
|
ClassificationResultsValidationContainer |
WekaMethodWrapper.validate(WekaClassificationMethod baseMethod,
MemoryContainer testMemoryContainer,
boolean methodValid) |
Validates the weka classifier generated on learning data set.
|
ClassificationResultsValidationContainer |
WekaMethodWrapper.validate(WekaClassificationMethod baseMethod,
MemoryContainer testMemoryContainer,
int decisionAttributeIndex) |
Validates the weka classifier generated on learning data set.
|
| Constructor | Description |
|---|---|
WekaMethodWrapper(WekaClassificationMethod baseMethod) |