rroc 0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|