Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.classifiers | |
pl.poznan.put.cs.idss.jrs.classifiers.ensembles | |
pl.poznan.put.cs.idss.jrs.wrappers |
Modifier and Type | Class | Description |
---|---|---|
class |
DRSACautiousClassificationCostResult |
Result of a cautious classification under the condition that the decision
criterion is of type cost.
|
class |
DRSACautiousClassificationGainResult |
Result of a cautious classification under the condition that the decision
criterion is of type gain.
|
class |
DRSACautiousClassificationResult |
|
class |
DRSAClassificationResult |
Result of classification of a DRSA classifier.
|
class |
DRSAStandardClassificationResult |
Result of classification of a standard DRSA classifier.
|
class |
SimpleClassificationResult |
Base class to store classification result
|
class |
VCDRSAClassificationResult |
Result of VC-DRSA classification.
|
Modifier and Type | Method | Description |
---|---|---|
ClassificationResult |
AllRulesVCDRSAClassificationMethod.classify(Example example) |
|
ClassificationResult |
ClassificationMethod.classify(Example example) |
Classifies an example according to a defined classification scheme (method)
|
ClassificationResult |
ClassificationResultsContainer.classify(int exampleIndex) |
Classifies example according to classification method that is
implemented in
SimpleClassifier classifier. |
ClassificationResult |
Classifier.classify(Example example) |
|
ClassificationResult |
DRSAClassificationMethod.classify(int exampleIndex) |
|
ClassificationResult |
DRSAClassificationMethod.classify(Example example) |
|
ClassificationResult |
HybridClassifier.classify(Example example) |
|
ClassificationResult |
RoughSetClassificationMethod.classify(Example example) |
|
abstract ClassificationResult |
RulesClassificationMethod.classify(Example example) |
Classifies given example
|
ClassificationResult |
RulesDRSAClassificationMethod.classify(Example example) |
Classifies an example according to DRSA classification method described in [TODO]
|
ClassificationResult |
RulesHybridClassificationMethod.classify(Example example) |
|
ClassificationResult |
StrongRulesVCDRSAClassificationMethod.classify(Example example) |
|
ClassificationResult |
WekaClassificationMethod.classify(Example example) |
|
ClassificationResult |
WekaClassifier.classify(Example example) |
|
ClassificationResult |
WekaDistributionClassificationMethod.classify(Example example) |
|
ClassificationResult[] |
DRSAClassificationMethod.classifyAllObjects() |
|
ClassificationResult[] |
RoughSetClassificationMethod.classifyAllObjects() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Vector<ClassificationResult> |
ClassificationResultsContainer.classifyAllObjects() |
Clears all classification results stored in this container,
classify all objects from the test dataset, and stores new classification results.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VCDRSAClassificationResult.addClassScore(ClassificationResult result) |
Sets Score parameters for all considered classes
and checks for the best Score parameter.
|
Modifier and Type | Method | Description |
---|---|---|
ClassificationResult |
AverageMethod.classify(Example example) |
|
ClassificationResult |
MajorityVotingBalancedMethod.classify(Example example) |
|
ClassificationResult |
MajorityVotingMethod.classify(Example example) |
|
ClassificationResult |
WeightedVotingMethod.classify(Example example) |
Performs classification of given example with Weighted Voting Method
|
Modifier and Type | Method | Description |
---|---|---|
ClassificationResult |
RulesGeneratorWrapper.classify(int exampleId) |
|
ClassificationResult |
RulesGeneratorWrapper.classify(Example example) |
|
ClassificationResult |
SimpleClassifierWrapper.classify(int exampleId) |
Classifies example with index
example_id from the test container that has to be set first. |
ClassificationResult |
SimpleClassifierWrapper.classify(Example example) |
Classifies an example
|
ClassificationResult |
WekaMethodWrapper.classify(int exampleId) |
|
ClassificationResult |
WekaMethodWrapper.classify(Example example) |
Modifier and Type | Method | Description |
---|---|---|
static double |
VCArcingWrapper.intervalLength(ClassificationResult result,
SimpleField[] decisionClassesList) |
|
static boolean |
VCArcingWrapper.resultContains(SimpleField field,
ClassificationResult result) |
Checks if given fields value encloses in classification result classes vector
|