rroc 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -3
- metadata +1 -1
data/README.markdown
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
RROC: Dead-simple ROC analysis in Ruby
|
2
2
|
==========
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
This class provides methods for Reciever Operating Characteristic (ROC) calculation; algorithm copied from the ML-Mathematica[http://www.bioinf.jku.at/software/ML-Math/] mathematica library by Steven Bedrick ([steve@bedrick.org](mailto:steve@bedrick.org)). For an excellent overview of ROC analysis, check out:
|
4
|
+
This library provides methods for Reciever Operating Characteristic (ROC) calculation; algorithm copied from the [ML-Mathematica](http://www.bioinf.jku.at/software/ML-Math/) set of machine learning demonstrations by Steven Bedrick ([steve@bedrick.org](mailto:steve@bedrick.org)). For an excellent overview of ROC analysis, check out:
|
7
5
|
|
8
6
|
Fawcett, T. "An introduction to ROC analysis" Pattern Recognition Letters 27 (2006) 861-874 [(pdf)](https://cours.etsmtl.ca/sys828/REFS/A1/Fawcett_PRL2006.pdf)
|
9
7
|
|