From: <ku...@us...> - 2008-02-13 10:08:21
|
Revision: 551 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=551&view=rev Author: kurzum Date: 2008-02-13 02:08:17 -0800 (Wed, 13 Feb 2008) Log Message: ----------- arch Modified Paths: -------------- trunk/examples/arch/arch.conf Added Paths: ----------- trunk/examples/arch/arch_owl.conf Modified: trunk/examples/arch/arch.conf =================================================================== --- trunk/examples/arch/arch.conf 2008-02-12 20:08:48 UTC (rev 550) +++ trunk/examples/arch/arch.conf 2008-02-13 10:08:17 UTC (rev 551) @@ -16,15 +16,13 @@ * Copyright (C) 2007, Sebastian Hellmann */ -// search tree protocol -refinement.writeSearchTree = false; -refinement.searchTreeFile = "log/archSearchTree.txt"; + //export("arch.owl"); /** background knowledge **/ import("arch.kb"); -// import("arch.owl"); + /** examples **/ +c1 +c4 Added: trunk/examples/arch/arch_owl.conf =================================================================== --- trunk/examples/arch/arch_owl.conf (rev 0) +++ trunk/examples/arch/arch_owl.conf 2008-02-13 10:08:17 UTC (rev 551) @@ -0,0 +1,29 @@ +/** + * Arches Example + * + * Originally published in Winston, P.H. (1975). Learning structural descriptions + * from examples. In P.H. Winstons (Ed.), The psychology of computer vision. New + * York: Mc Graw- Hill. + * + * See the pictures for an illustration of the input data. + * + * The example is a converted, modified and extended version of the original + * learning problem. + * + * possible solution: + * EXISTS hasPillar.(freeStandingPillar AND EXISTS leftof.EXISTS supports.TOP) + * + * Copyright (C) 2007, Sebastian Hellmann + */ + + + +/** background knowledge **/ +import("arch.owl"); + +/** examples **/ ++c1 ++c4 +-c2 +-c3 +-c5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |