Contains the contingency table for a binary classifier, and provides common metrics such as precision & recall
An Evaluator is an object whose "evaluate" method takes a vector of Predictions and a set of Labels (of the same length and order) and returns an "Evaluation" which is specific to the domain (binary classification, multi-label classification, etc.
MeanAveragePrecision (MAP) calculator based on MATLAB code from the encoding eval toolkit at http://www.
An evaluator that produces multiclass classification metrics given predicted and actual classes, derived from computing the confusion matrix associated with these two sets of values.
Contains the confusion matrix for a multiclass classifier, and provides common metrics such as micro & macro precision & recall