predictions: class and predictions data

Description Usage Format Source See Also Examples

Description

This data frame contains the predictions given by 4 classifiers (A, B , C , D ) to 10 instances . The first column contains the classes.

Usage

1

Format

A data.frame containing 10 observations of 5 variables.

Source

This predictions values had been obtained from examples of: Ferri, C., Hernandez-orallo, J., & Flach, P. A. (2011). Brier curves: a new cost-based visualisation of classifier performance. In Proceedings of the 28th International Conference on Machine Learning (ICML-11) (pp. 585-592).

See Also

BrierCurves, CostCurves, CostLines, KendallCurves, RateDrivenCurves, TestOptimal, TP_FP.rates, TrainOptimal

Examples

1
2
3
4
5
6
#load the dataset
data(predictions)
#table of classes
table(predictions$classes)
#order of predictions
order(predictions$A)

paumoal/costcurvespkg documentation built on May 30, 2019, 4:05 p.m.