From: <ku...@us...> - 2008-05-16 12:56:54
|
Revision: 882 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=882&view=rev Author: kurzum Date: 2008-05-16 05:56:51 -0700 (Fri, 16 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-16 12:23:14 UTC (rev 881) +++ trunk/src/dl-learner/org/dllearner/scripts/SPARQLExtractionEvaluation.java 2008-05-16 12:56:51 UTC (rev 882) @@ -91,10 +91,10 @@ SortedSet<String> posExamples = new TreeSet<String>(); SortedSet<String> negExamples = new TreeSet<String>(); - for (int a = 0; a < 3; a++) { + for (int a = 0; a < 1; a++) { - poslimit+=5; - neglimit+=5; + poslimit+=30; + neglimit+=30; printProgress(0, concepts.size(),0, "beginning",total.getTime()); int concount=0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |