From: <lor...@us...> - 2011-11-30 22:12:00
|
Revision: 3454 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3454&view=rev Author: lorenz_b Date: 2011-11-30 22:11:54 +0000 (Wed, 30 Nov 2011) Log Message: ----------- Continued bug fixing of example confs. Modified Paths: -------------- trunk/examples/datatypes/double.conf trunk/examples/family/father_oe.conf Modified: trunk/examples/datatypes/double.conf =================================================================== --- trunk/examples/datatypes/double.conf 2011-11-30 17:01:10 UTC (rev 3453) +++ trunk/examples/datatypes/double.conf 2011-11-30 22:11:54 UTC (rev 3454) @@ -29,4 +29,4 @@ alg.type = "ocel" alg.searchTreeFile = "log/doubleTree.txt" -//alg.writeSearchTree = true; \ No newline at end of file +//alg.writeSearchTree = true Modified: trunk/examples/family/father_oe.conf =================================================================== --- trunk/examples/family/father_oe.conf 2011-11-30 17:01:10 UTC (rev 3453) +++ trunk/examples/family/father_oe.conf 2011-11-30 22:11:54 UTC (rev 3454) @@ -1,7 +1,17 @@ +// declare some prefixes to use as abbreviations +prefixes = [ ("ex","http://example.com/father#") ] -import("father_oe.owl"); +// knowledge source definition +ks.type = "OWL File" +ks.fileName = "father_oe.owl" -problem = classLearning; -classLearning.classToDescribe = "http://example.com/father#father"; +// reasoner +reasoner.type = "fast instance checker" +reasoner.sources = { ks } -algorithm = celoe; +// learning problem +lp.type = "clp" +lp.classToDescribe = "ex:father" + +// create learning algorithm to run +alg.type = "ocel" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |