plot.performance: Plotting performance

Description Usage Arguments

View source: R/plot.R

Description

Plotting performance

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'performance'
plot(
  classifiers,
  measure,
  x.measure = "cutoff",
  main = "",
  type = "l",
  labels = NULL,
  ...
)

Arguments

classifiers

a list, where each element contains three information i) 'label': string representing the classifier used ii) 'predictions': vector of numerical prediction iii) 'truth': vector of true results

x.measure

default 'cutoff'


creggian/bcpanel documentation built on Dec. 27, 2019, 3:44 p.m.