Module: Rocker
- Defined in:
- lib/rocker.rb
Constant Summary collapse
- VERSION =
'0.0.10'
- DBARGS =
"dbname=crossval_development user=jwoods password=youwish1"
Class Method Summary collapse
-
.calculate(matrix_id, experiment_id) ⇒ Object
Calculate AUCs in the current working directory.
Class Method Details
.calculate(matrix_id, experiment_id) ⇒ Object
Calculate AUCs in the current working directory
16 17 18 |
# File 'lib/rocker.rb', line 16 def self.calculate(matrix_id, experiment_id) Rockerxx.new(DBARGS, matrix_id, experiment_id) end |