Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.classifiers | |
pl.poznan.put.cs.idss.jrs.wrappers |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassificationResultsFoldValidationContainer |
|
class |
ClassificationResultsValidationContainer |
Modifier and Type | Method | Description |
---|---|---|
abstract ClassificationResultsContainer |
ClassifierWrapper.classify() |
|
ClassificationResultsContainer |
RulesGeneratorWrapper.validate() |
|
ClassificationResultsContainer |
RulesGeneratorWrapper.validate(MemoryContainer testContainer) |
|
ClassificationResultsContainer |
SimpleClassifierWrapper.validate() |
Validates the classifer on the test container that has to be set first.
|
ClassificationResultsContainer |
SimpleClassifierWrapper.validate(MemoryContainer testContainer) |
Validates the classifer on the test container
testContainer . |
ClassificationResultsContainer |
WekaMethodWrapper.validate(MemoryContainer testContainer) |