From: <ku...@us...> - 2008-05-15 16:54:50
|
Revision: 853 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=853&view=rev Author: kurzum Date: 2008-05-15 09:54:43 -0700 (Thu, 15 May 2008) Log Message: ----------- Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/SPARQLExtractionEvaluation.java Modified: trunk/src/dl-learner/org/dllearner/scripts/SPARQLExtractionEvaluation.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/SPARQLExtractionEvaluation.java 2008-05-15 16:43:44 UTC (rev 852) +++ trunk/src/dl-learner/org/dllearner/scripts/SPARQLExtractionEvaluation.java 2008-05-15 16:54:43 UTC (rev 853) @@ -106,7 +106,8 @@ posExamples = ae.getPosExamples(); negExamples = ae.getNegExamples(); - for(int i=0;i<3;i++) { + for(recursiondepth=0;recursiondepth<5;recursiondepth++) { + /*if(i==0){;} else if(closeAfterRecursion) { closeAfterRecursion=false; @@ -117,11 +118,12 @@ }*/ //Statistics.setCurrentLabel(recursiondepth+""+((closeAfterRecursion)?"+":"")); - Statistics.setCurrentLabel(recursiondepth+""+((closeAfterRecursion)?"":"")); + //Statistics.setCurrentLabel(recursiondepth+""+((closeAfterRecursion)?"":"")); + Statistics.setCurrentLabel(recursiondepth+""); Statistics.print(number); - System.out.println("currently at label "+Statistics.getCurrentLabel()+"||i: "+i); + System.out.println("currently at label "+Statistics.getCurrentLabel()+"||i: "+recursiondepth); LearnSparql ls = new LearnSparql(); TreeSet<String> igno = new TreeSet<String>(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |