Click or drag to resize
Accord.NET (logo)

ConfusionMatrix Properties

The ConfusionMatrix type exposes the following members.

Properties
  NameDescription
Public propertyAccuracy
Accuracy, or raw performance of the system
Public propertyActualNegatives
Gets the number of actual negatives
Public propertyActualPositives
Gets the number of actual positives.
Public propertyChanceAgreement
Chance agreement.
Public propertyChiSquare
Gets the Chi-Square statistic for the contingency table.
Public propertyColumnTotals
Gets the marginal sums for table columns.
Public propertyDiagonal
Gets the diagonal of the confusion matrix.
Public propertyEfficiency
Efficiency, the arithmetic mean of sensitivity and specificity
Public propertyError
Error rate, or 1 - accuracy.
Public propertyErrors
Gets the number of errors between the expected and predicted values.
Public propertyExpectedValues
Expected values, or values that could have been generated just by chance.
Public propertyFalseDiscoveryRate
False Discovery Rate, or the expected false positive rate.
Public propertyFalseNegatives
Cases incorrectly identified by the system as negatives.
Public propertyFalsePositiveRate
False Positive Rate, also known as false alarm rate.
Public propertyFalsePositives
Cases incorrectly identified by the system as positives.
Public propertyFScore
F-Score, computed as the harmonic mean of Precision and Recall.
Public propertyGeometricAgreement
Geometric agreement.
Public propertyHits
Gets the number of hits between the expected and predicted values.
Public propertyKappa
Kappa coefficient.
Public propertyMatrix
Gets the confusion matrix in count matrix form.
Public propertyMatthewsCorrelationCoefficient
Matthews Correlation Coefficient, also known as Phi coefficient
Public propertyNegativePredictiveValue
Negative Predictive Value, also known as Negative Precision
Public propertyNormalizedMutualInformation
Normalized Mutual Information.
Public propertyNumberOfClasses
Gets the number of classes in this decision problem.
Public propertyNumberOfSamples
Gets the number of observations for this matrix.
Public propertyOddsRatio
Odds-ratio.
Public propertyOverallAgreement
Overall agreement.
Public propertyOverallDiagnosticPower
Diagnostic power.
Public propertyPearson
Pearson's contingency coefficient C.
Public propertyPositivePredictiveValue
Positive Predictive Value, also known as Positive Precision
Public propertyPrecision
Precision, same as the PositivePredictiveValue.
Public propertyPredictedNegatives
Gets the number of predicted negatives.
Public propertyPredictedPositives
Gets the number of predicted positives.
Public propertyPrevalence
Prevalence of outcome occurrence.
Public propertyRecall
Recall, same as the Sensitivity.
Public propertyRowTotals
Gets the marginal sums for table rows.
Public propertySamples Obsolete.
Gets the number of observations for this matrix
Public propertySensitivity
Sensitivity, also known as True Positive Rate
Public propertySpecificity
Specificity, also known as True Negative Rate
Public propertyStandardError
Gets the standard error of the Kappa coefficient of performance.
Public propertyStandardErrorUnderNull
Gets the standard error of the Kappa under the null hypothesis that the underlying Kappa value is 0.
Public propertyTrueNegatives
Cases correctly identified by the system as negatives.
Public propertyTruePositives
Cases correctly identified by the system as positives.
Public propertyVariance
Gets the variance of the Kappa coefficient of performance.
Public propertyVarianceUnderNull
Gets the variance of the Kappa under the null hypothesis that the underlying Kappa value is 0.
Top
See Also