rroc 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
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