StatisticalMethods-0.0.0.1: Collection of useful statistical methods.

Statistics.ConfusionMatrix

Description

The confusion matrix contains four data points: the true and false positives and the true and false negatives. From these four data points, other statistics can be extracted.

Fawcett, ROC Graphs: Notes and Practical Considerations for Researchers, 2004, Kluwer Academic Publishers

Synopsis

Documentation

class MkConfusionMatrix a whereSource

Given a certain data-set, create a confusion matrix.

Instances