rocker 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/rocker/auc_info.h +1 -1
  2. data/lib/rocker.rb +1 -1
  3. metadata +2 -2
@@ -12,7 +12,7 @@ using std::ostringstream;
12
12
  using std::string;
13
13
  using std::ostream;
14
14
 
15
- const string AUC_COLUMNS = "(experiment_id, column, auc, true_positives, false_positives, true_negatives, false_negatives)";
15
+ const string AUC_COLUMNS = "(experiment_id, rocs.column, auc, true_positives, false_positives, true_negatives, false_negatives)";
16
16
 
17
17
  class auc_info {
18
18
  public:
data/lib/rocker.rb CHANGED
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'rocker.so'
5
5
 
6
6
  class Rocker
7
- VERSION = '0.0.5'
7
+ VERSION = '0.0.6'
8
8
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Woods