summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-05-24 18:04:59 +0200
committermguetlein <martin.guetlein@gmail.com>2011-05-24 18:04:59 +0200
commitaaff8d61a7b3bb96e79fbf575718764a071ced9a (patch)
tree0737d4f0527ff91438af94c482ef9f9a085cab11
parentfe85fafc4b24cc8275ad67536d25d660249bb792 (diff)
added missing prop to serializer
-rw-r--r--lib/serializer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serializer.rb b/lib/serializer.rb
index 78e7709..62c1159 100644
--- a/lib/serializer.rb
+++ b/lib/serializer.rb
@@ -109,6 +109,7 @@ module OpenTox
OT.precision => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
OT.areaUnderRoc => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
OT.weightedAreaUnderRoc => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
+ OT.weightedAccuracy => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
OT.fMeasure => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
OT.percentIncorrect => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,
OT.validationType => { RDF["type"] => [{ "type" => "uri", "value" => OWL.AnnotationProperty }] } ,