Class: OpenTox::Algorithm::Lazar

Inherits:
Object
  • Object
show all
Includes:
OpenTox::Algorithm
Defined in:
lib/algorithm.rb

Overview

Create lazar prediction model

Instance Attribute Summary

Attributes included from OpenTox

#metadata, #uri

Instance Method Summary collapse

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

#initializeLazar

Initialize lazar algorithm



77
78
79
80
# File 'lib/algorithm.rb', line 77

def initialize
  super File.join(CONFIG[:services]["opentox-algorithm"], "lazar")
  
end