public class ConfusionMatrixEvaluationResult extends java.lang.Object implements Result
Modifier and Type | Field and Description |
---|---|
ConfusionMatrix |
confusionmatrix
Holds the confusion matrix.
|
java.lang.String |
evaluationName
Holds the used EvaluationProcedure.
|
Constructor and Description |
---|
ConfusionMatrixEvaluationResult(ConfusionMatrix confusionmatrix,
java.lang.String evaluationName)
Provides an evaluation based on the given confusion matrix.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
public final ConfusionMatrix confusionmatrix
public final java.lang.String evaluationName
public ConfusionMatrixEvaluationResult(ConfusionMatrix confusionmatrix, java.lang.String evaluationName)
confusionmatrix
- the confusion matrix to provide the prediction
performance measures forevaluationName
- name of the evaluation procedure usedpublic java.lang.String getLongName()
Result
getLongName
in interface Result
public java.lang.String getShortName()
Result
getShortName
in interface Result
Copyright © 2019 ELKI Development Team. License information.