Class ConfusionMatrixEvaluationResult


  • public class ConfusionMatrixEvaluationResult
    extends java.lang.Object
    Provides the prediction performance measures for a classifier based on the confusion matrix. Note: this API is non-final, and will be refactored soon.
    Since:
    0.7.0
    Author:
    Arthur Zimek
    • Field Detail

      • confusionmatrix

        public final ConfusionMatrix confusionmatrix
        Holds the confusion matrix.
      • evaluationName

        public final java.lang.String evaluationName
        Holds the used EvaluationProcedure.
    • Constructor Detail

      • ConfusionMatrixEvaluationResult

        public ConfusionMatrixEvaluationResult​(ConfusionMatrix confusionmatrix,
                                               java.lang.String evaluationName)
        Provides an evaluation based on the given confusion matrix.
        Parameters:
        confusionmatrix - the confusion matrix to provide the prediction performance measures for
        evaluationName - name of the evaluation procedure used
    • Method Detail

      • getLongName

        public java.lang.String getLongName()
      • getShortName

        public java.lang.String getShortName()