Class: OpenTox::Algorithm::Fminer::LAST

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

Overview

LAtent STructure Pattern Mining (last-pm.maunz.de)

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

#initializeLAST

Initialize last algorithm



65
66
67
68
# File 'lib/algorithm.rb', line 65

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