From: <far...@us...> - 2014-03-03 12:34:49
|
Revision: 4246 http://sourceforge.net/p/dl-learner/code/4246 Author: farshadbadie Date: 2014-03-03 12:34:45 +0000 (Mon, 03 Mar 2014) Log Message: ----------- EvKnowledge.conf Modified Paths: -------------- trunk/test/fuzzydll/EvKnowledge/EvKnowledge.conf Modified: trunk/test/fuzzydll/EvKnowledge/EvKnowledge.conf =================================================================== --- trunk/test/fuzzydll/EvKnowledge/EvKnowledge.conf 2014-02-27 14:12:42 UTC (rev 4245) +++ trunk/test/fuzzydll/EvKnowledge/EvKnowledge.conf 2014-03-03 12:34:45 UTC (rev 4246) @@ -1,29 +1,35 @@ /** - * SUCCESSFUL USER Example + * SUCCESSFUL USER Fuzzy Example * * possible solution: * User AND EXISTS hasSTG.VeryLow AND hasSCG.VeryLow AND hasSTR.VeryLow AND hasLPR.High AND hasPEG.High AND hasUNS.HIGH * - * Copyright (C) 2007, Jens Lehmann + * 2014, Farshad Badie */ // declare some prefixes to use as abbreviations -prefixes = [ ("ex","http://example.com/EvKnowledge#") ] +prefixes = [ ("ex","http://example.com/EvKnowledge.owl#") ] // knowledge source definition ks.type = "OWL File" ks.fileName = "EvKnowledge.owl" // reasoner -reasoner.type = "fast instance checker" +reasoner.type = "Fuzzy OWL API Reasoner" reasoner.sources = { ks } // learning problem -lp.type = "posNegStandard" +problem.type = "fuzzyPosNeg" lp.positiveExamples = { "ex:", "ex:USER49", "ex:USER167" } lp.negativeExamples = { "ex:heinz", "ex:USER118", "ex:USER149" } +problem.fuzzyEx = [("ex:USER49",Successful),("ex:USER54",Successful),("ex:USER39",Unsuccessful),("ex:USER45",Unsuccessful)] +problem.reasoner = reasoner -// create learning algorithm to run -alg1.type = "celoe" -alg2.type = "pceloe" +// Learning algorithm +algorithm.type = "Fuzzy CELOE" +algorithm.reasoner = reasoner + + + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |