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.
Files changed (2) hide show
  1. data/README.markdown +1 -3
  2. metadata +1 -1
@@ -1,9 +1,7 @@
1
1
  RROC: Dead-simple ROC analysis in Ruby
2
2
  ==========
3
3
 
4
- Ported from the [ML-Mathematica](http://www.bioinf.jku.at/software/ML-Math/) set of machine learning demos.
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
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rroc
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steven Bedrick