Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.classifiers | |
pl.poznan.put.cs.idss.jrs.wrappers |
Modifier and Type | Class | Description |
---|---|---|
class |
HybridClassifier |
Classifies an example according to DRSA classification method and if the
the result is ambigous reclassifies it according to VC-DRSA classification
method described in:
|
class |
WekaClassifier |
Wrapper for weka classification methods.
|
Modifier and Type | Method | Description |
---|---|---|
Classifier |
ClassificationResultsContainer.getClassifier() |
Gets classifer
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClassificationResultsFoldValidationContainer.addFold(Classifier classifier,
MemoryContainer testContainer) |
Adds results of classification of another fold to the results stored in
the container.
|
void |
ClassificationResultsContainer.setClassifier(Classifier classifier) |
Sets classifier.
|
Constructor | Description |
---|---|
ClassificationResultsContainer(Classifier classifier,
MemoryContainer testContainer) |
Creates classification results container for given classifier and test memory container
|
ClassificationResultsFoldValidationContainer(Classifier classifier,
MemoryContainer trainContainer) |
|
ClassificationResultsFoldValidationContainer(Classifier classifier,
MemoryContainer trainContainer,
MemoryContainer testContainer) |
|
ClassificationResultsValidationContainer(Classifier classifier,
MemoryContainer trainContainer,
MemoryContainer testContainer) |
Modifier and Type | Method | Description |
---|---|---|
Classifier |
VCArcingWrapper.buildFS(MemoryContainer trainMemoryContainer,
long seed) |
|
Classifier |
VCArcingWrapper.buildXn(MemoryContainer trainMemoryContainer,
long seed) |