Class: OpenTox::Algorithm::Fminer::BBRC
- Inherits:
-
Object
- Object
- OpenTox::Algorithm::Fminer::BBRC
- Includes:
- OpenTox::Algorithm::Fminer
- Defined in:
- lib/algorithm.rb
Overview
Backbone Refinement Class mining (bbrc.maunz.de/)
Instance Attribute Summary
Attributes included from OpenTox
Instance Method Summary collapse
-
#initialize ⇒ BBRC
constructor
Initialize bbrc algorithm.
Methods included from OpenTox::Algorithm
gauss, median, #run, #to_rdfxml
Methods included from OpenTox
#add_metadata, all, #delete, #load_metadata, login, text_to_html, #to_rdfxml
Constructor Details
#initialize ⇒ BBRC
Initialize bbrc algorithm
55 56 57 58 |
# File 'lib/algorithm.rb', line 55 def initialize super File.join(CONFIG[:services]["opentox-algorithm"], "fminer/bbrc") end |