From 8c973e16028cb95c978bb08cf79369a5c3520c31 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Sun, 28 Feb 2016 12:43:38 +0100 Subject: physchem feature class --- lib/feature.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index a308a55..21572ca 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -5,6 +5,7 @@ module OpenTox field :nominal, type: Boolean field :numeric, type: Boolean field :measured, type: Boolean + field :calculated, type: Boolean end # Feature for categorical variables @@ -42,13 +43,6 @@ module OpenTox field :dataset_id end - # Feature for physico-chemical descriptors - class PhysChemDescriptor < NumericFeature - field :algorithm, type: String, default: "OpenTox::Algorithm::Descriptor.physchem" - field :parameters, type: Hash - field :creator, type: String - end - # Feature for categorical bioassay results class NominalBioAssay < NominalFeature end -- cgit v1.2.3