From: <jen...@us...> - 2007-09-05 08:58:42
|
Revision: 128 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=128&view=rev Author: jenslehmann Date: 2007-09-05 01:58:38 -0700 (Wed, 05 Sep 2007) Log Message: ----------- set pointers of all YinYang examples to OWL files in example directory Modified Paths: -------------- trunk/examples/yinyang_files/archLearningProblem.xml trunk/examples/yinyang_files/forteLearningProblemYinYang.xml trunk/examples/yinyang_files/pairLearningProblem.xml trunk/examples/yinyang_files/straightLearningProblem.xml Modified: trunk/examples/yinyang_files/archLearningProblem.xml =================================================================== --- trunk/examples/yinyang_files/archLearningProblem.xml 2007-09-05 08:53:46 UTC (rev 127) +++ trunk/examples/yinyang_files/archLearningProblem.xml 2007-09-05 08:58:38 UTC (rev 128) @@ -7,7 +7,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.di.uniba.it/learning/../LearningProblem.xsd" -knowledgeBase="file:arch.owl" +knowledgeBase="file:../arch/arch.owl" positiveExampleSource="archPositives.txt" negativeExampleSource="archNegatives.txt" abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" Modified: trunk/examples/yinyang_files/forteLearningProblemYinYang.xml =================================================================== --- trunk/examples/yinyang_files/forteLearningProblemYinYang.xml 2007-09-05 08:53:46 UTC (rev 127) +++ trunk/examples/yinyang_files/forteLearningProblemYinYang.xml 2007-09-05 08:58:38 UTC (rev 128) @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.di.uniba.it/learning/ ../LearningProblem.xsd" - knowledgeBase="file:forte.owl" + knowledgeBase="file:../forte/forte.owl" positiveExampleSource="fortePositivesYinYang.txt" negativeExampleSource="forteNegativesYinYang.txt" abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" Modified: trunk/examples/yinyang_files/pairLearningProblem.xml =================================================================== --- trunk/examples/yinyang_files/pairLearningProblem.xml 2007-09-05 08:53:46 UTC (rev 127) +++ trunk/examples/yinyang_files/pairLearningProblem.xml 2007-09-05 08:58:38 UTC (rev 128) @@ -7,7 +7,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.di.uniba.it/learning/../LearningProblem.xsd" -knowledgeBase="file:pair50.owl" +knowledgeBase="file:../poker/pair50.owl" positiveExampleSource="pairPositives.txt" negativeExampleSource="pairNegatives.txt" abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" Modified: trunk/examples/yinyang_files/straightLearningProblem.xml =================================================================== --- trunk/examples/yinyang_files/straightLearningProblem.xml 2007-09-05 08:53:46 UTC (rev 127) +++ trunk/examples/yinyang_files/straightLearningProblem.xml 2007-09-05 08:58:38 UTC (rev 128) @@ -7,7 +7,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.di.uniba.it/learning/../LearningProblem.xsd" -knowledgeBase="file:straight.owl" +knowledgeBase="file:../poker/straight.owl" positiveExampleSource="straightPositives.txt" negativeExampleSource="straightNegatives.txt" abstractionClass="it.uniba.di.dl.abstraction.KBoundMSCApproximatorRefinement" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |