Revision: 645
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=645&view=rev
Author: kurzum
Date: 2008-02-27 01:49:18 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
added reasoner = fastInstanceChecker; to command collection
Modified Paths:
--------------
trunk/examples/commandcollection.txt
Modified: trunk/examples/commandcollection.txt
===================================================================
--- trunk/examples/commandcollection.txt 2008-02-27 09:31:41 UTC (rev 644)
+++ trunk/examples/commandcollection.txt 2008-02-27 09:49:18 UTC (rev 645)
@@ -13,13 +13,14 @@
// reasoner settings
reasoner = dig;
+reasoner = fastInstanceChecker;
digReasonerURL = "http://localhost:8081";
useRetrievalForClassification = true;
refinement.useDIGMultiInstanceChecks = twoChecks;
// algorithm settings
algorithm = refinement;
-algorithm = refexamples
+algorithm = refexamples;
refinement.horizontalExpansionFactor = 0.6;
refinement.quiet = false;
refinement.useTooWeakList = true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|