forked from ipa-tys/ROCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (24 loc) · 867 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Please support our work by citing the ROCR article in your publications:
------------------------------------------------------------------------
Sing T, Sander O, Beerenwinkel N, Lengauer T. [2005]
ROCR: visualizing classifier performance in R.
Bioinformatics 21(20):3940-1.
Free full text:
http://bioinformatics.oxfordjournals.org/content/21/20/3940.full
Getting started with ROCR:
--------------------------
* After installation (cf. file 'INSTALL'), and starting R,
load the package with 'library(ROCR)'.
* For a short overview of ROCR:
demo(ROCR)
* For an overview of ROCR's online help:
help(package=ROCR)
* ROCR help pages:
help(prediction)
help(performance)
help(plot.performance)
help('prediction-class')
help('performance-class')
* For more information, visit the ROCR website:
http://rocr.bioinf.mpi-sb.mpg.de
* Good luck!