From: <jen...@us...> - 2007-09-05 09:27:29
|
Revision: 129 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=129&view=rev Author: jenslehmann Date: 2007-09-05 02:27:23 -0700 (Wed, 05 Sep 2007) Log Message: ----------- added moral reasoner files for YinYang Added Paths: ----------- trunk/examples/yinyang_files/moralComplexLearningProblem.xml trunk/examples/yinyang_files/moralNegatives.txt trunk/examples/yinyang_files/moralPositives.txt trunk/examples/yinyang_files/moralSimpleLearningProblem.xml Added: trunk/examples/yinyang_files/moralComplexLearningProblem.xml =================================================================== --- trunk/examples/yinyang_files/moralComplexLearningProblem.xml (rev 0) +++ trunk/examples/yinyang_files/moralComplexLearningProblem.xml 2007-09-05 09:27:23 UTC (rev 129) @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<LearningProblem + +xmlns="http://www.di.uniba.it/learning" +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +xsi:schemaLocation="http://www.di.uniba.it/learning/../LearningProblem.xsd" + +knowledgeBase="file:../moral_reasoner/moral_43instances_complex.owl" +positiveExampleSource="moralPositives.txt" +negativeExampleSource="moralNegatives.txt" +abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" +learn="true" +normalize="true" +consistencyCheck="false" +reasonerURL ="http://localhost:8081" + + +> + +<Experiments/> +<Namespaces> + <Namespace uri="http://localhost/foo#"></Namespace> +</Namespaces> + +</LearningProblem> Added: trunk/examples/yinyang_files/moralNegatives.txt =================================================================== --- trunk/examples/yinyang_files/moralNegatives.txt (rev 0) +++ trunk/examples/yinyang_files/moralNegatives.txt 2007-09-05 09:27:23 UTC (rev 129) @@ -0,0 +1,20 @@ +http://localhost/foo#n0 +http://localhost/foo#n1 +http://localhost/foo#n2 +http://localhost/foo#n3 +http://localhost/foo#n5 +http://localhost/foo#n6 +http://localhost/foo#n7 +http://localhost/foo#n8 +http://localhost/foo#n9 +http://localhost/foo#n10 +http://localhost/foo#n90 +http://localhost/foo#n91 +http://localhost/foo#n92 +http://localhost/foo#n93 +http://localhost/foo#n94 +http://localhost/foo#n95 +http://localhost/foo#n96 +http://localhost/foo#n97 +http://localhost/foo#n98 +http://localhost/foo#n99 Added: trunk/examples/yinyang_files/moralPositives.txt =================================================================== --- trunk/examples/yinyang_files/moralPositives.txt (rev 0) +++ trunk/examples/yinyang_files/moralPositives.txt 2007-09-05 09:27:23 UTC (rev 129) @@ -0,0 +1,23 @@ +http://localhost/foo#p0 +http://localhost/foo#p1 +http://localhost/foo#p2 +http://localhost/foo#p3 +http://localhost/foo#p4 +http://localhost/foo#p5 +http://localhost/foo#p6 +http://localhost/foo#p7 +http://localhost/foo#p8 +http://localhost/foo#p9 +http://localhost/foo#p10 +http://localhost/foo#p90 +http://localhost/foo#p91 +http://localhost/foo#p92 +http://localhost/foo#p93 +http://localhost/foo#p94 +http://localhost/foo#p95 +http://localhost/foo#p96 +http://localhost/foo#p97 +http://localhost/foo#p98 +http://localhost/foo#p99 +http://localhost/foo#p100 +http://localhost/foo#p101 Added: trunk/examples/yinyang_files/moralSimpleLearningProblem.xml =================================================================== --- trunk/examples/yinyang_files/moralSimpleLearningProblem.xml (rev 0) +++ trunk/examples/yinyang_files/moralSimpleLearningProblem.xml 2007-09-05 09:27:23 UTC (rev 129) @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<LearningProblem + +xmlns="http://www.di.uniba.it/learning" +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +xsi:schemaLocation="http://www.di.uniba.it/learning/../LearningProblem.xsd" + +knowledgeBase="file:../moral_reasoner/moral_43instances.owl" +positiveExampleSource="moralPositives.txt" +negativeExampleSource="moralNegatives.txt" +abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" +learn="true" +normalize="true" +consistencyCheck="false" +reasonerURL ="http://localhost:8081" + + +> + +<Experiments/> +<Namespaces> + <Namespace uri="http://localhost/foo#"></Namespace> +</Namespaces> + +</LearningProblem> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |