summaryrefslogtreecommitdiff
path: root/feature_generation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'feature_generation.rb')
-rw-r--r--feature_generation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature_generation.rb b/feature_generation.rb
index 1bea0f3..e822404 100644
--- a/feature_generation.rb
+++ b/feature_generation.rb
@@ -6,7 +6,7 @@ algorithm = OpenTox::Algorithm::Generic.new(url_for('/pcdesc',:full))
algorithm.metadata = {
DC.title => 'Physico-chemical (PC) descriptor calculation',
DC.creator => "andreas@maunz.de, vorgrimmlerdavid@gmx.de",
- RDF.type => [OT.Algorithm,OTA.PatternMiningSupervised],
+ RDF.type => [OT.Algorithm,OTA.DescriptorCalculation],
OT.parameters => [
{ DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" },
{ DC.description => "PC type", OT.paramScope => "mandatory", DC.title => "pc_type" },