Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.classifiers |
Modifier and Type | Method | Description |
---|---|---|
int[][] |
ClassificationResultsFoldValidationContainer.getMisclassificationMatrix(int foldNumber) |
Provides a misclassification matrix for a given fold; ordered according
to the order on domain of decision attribute used by classifier.
|
void |
ClassificationResultsFoldValidationContainer.writeClassificationResults(int foldNumber,
java.lang.String fileName) |
Writes classification results of a given fold to a given file in a
format similar to the one used by JAMM.
|
void |
ClassificationResultsFoldValidationContainer.writeClassificationResults(java.lang.String fileName) |
Writes all classification results to a given file in a
format similar to the one used by JAMM.
|
void |
ClassificationResultsFoldValidationContainer.writeClassificationResultsRAW(int foldNumber,
java.lang.String fileName) |
Writes classification results of a given fold to a given file in a
format similar to the one used by WEKA toolbox.
|
void |
ClassificationResultsFoldValidationContainer.writeClassificationResultsRAW(java.lang.String fileName) |
Writes all classification results to a given file in a
format similar to the one used by WEKA toolbox.
|
Constructor | Description |
---|---|
DRSAClassificationMethod(UnionContainer container,
double consistencyLevel,
Attribute decisionAttribute) |
|
DRSAClassificationMethod(UnionContainer container,
Attribute decisionAttribute) |
|
RulesDRSAClassificationMethod(RulesContainer rulesContainer,
Attribute decisionAttribute) |
Constructor setting rules container and decision attribute preference type
|
RulesDRSAClassificationMethod(RulesContainer rulesContainer,
Attribute decisionAttribute,
int classificationType) |
Constructor setting rules container, decision attribute preference type and classification type
|
RulesDRSAClassificationMethod(Attribute decisionAttribute) |
Constructor setting decision attribute preference type
|