From: <jen...@us...> - 2012-07-17 14:27:43
|
Revision: 3796 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3796&view=rev Author: jenslehmann Date: 2012-07-17 14:27:32 +0000 (Tue, 17 Jul 2012) Log Message: ----------- tried CEL reasoner Modified Paths: -------------- trunk/test/phaenotype/phaenotype2.conf Modified: trunk/test/phaenotype/phaenotype2.conf =================================================================== --- trunk/test/phaenotype/phaenotype2.conf 2012-07-17 04:50:50 UTC (rev 3795) +++ trunk/test/phaenotype/phaenotype2.conf 2012-07-17 14:27:32 UTC (rev 3796) @@ -10,12 +10,13 @@ ks1.type = "OWL File" ks1.fileName = "mp.owl" -// ks2.type = "OWL File" -// ks2.fileName = "mp-equivalence-axioms-subq.owl" +ks2.type = "OWL File" +ks2.fileName = "mp-equivalence-axioms-subq.owl" // reasoner reasoner.type = "OWL API Reasoner" -reasoner.sources = { ks, ks1 } +reasoner.sources = { ks, ks1, ks2 } +reasoner.reasonerTypeString = "cel" // annotation axioms need to be removed for this to work lp.type = "posNegStandard" lp.positiveExamples = { "kb:MGI_1857473" , "kb:MGI_1856276" } @@ -23,4 +24,4 @@ alg.type = "ocel" alg.maxExecutionTimeInSeconds = 100 -alg.noisePercentage = 50 \ No newline at end of file +alg.noisePercentage = 50 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |