From: <ku...@us...> - 2008-04-23 08:04:22
|
Revision: 817 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=817&view=rev Author: kurzum Date: 2008-04-23 01:04:01 -0700 (Wed, 23 Apr 2008) Log Message: ----------- ne config doc Modified Paths: -------------- trunk/doc/configOptions.txt Property Changed: ---------------- trunk/doc/ Property changes on: trunk/doc ___________________________________________________________________ Name: svn:ignore - javadoc + javadoc configOptions_old.txt Modified: trunk/doc/configOptions.txt =================================================================== --- trunk/doc/configOptions.txt 2008-04-23 08:03:44 UTC (rev 816) +++ trunk/doc/configOptions.txt 2008-04-23 08:04:01 UTC (rev 817) @@ -621,6 +621,12 @@ default value: 1 CLI usage: refexamples.guaranteeXgoodDescriptions = 1; +option name: logLevel +description: determines the logLevel for this component, can be {TRACE, DEBUG, INFO} +values: class org.dllearner.core.config.StringConfigOption +default value: DEBUG +CLI usage: refexamples.logLevel = DEBUG; + option name: noisePercentage description: the (approximated) percentage of noise within the examples values: class org.dllearner.core.config.DoubleConfigOption min 0.0 max 100.0 @@ -759,4 +765,28 @@ default value: true CLI usage: refinement.useBooleanDatatypes = true; +option name: maxExecutionTimeInSeconds +description: algorithm will stop after specified seconds +values: class org.dllearner.core.config.IntegerConfigOption +default value: 0 +CLI usage: refinement.maxExecutionTimeInSeconds = 0; +option name: minExecutionTimeInSeconds +description: algorithm will run at least specified seconds +values: class org.dllearner.core.config.IntegerConfigOption +default value: 0 +CLI usage: refinement.minExecutionTimeInSeconds = 0; + +option name: guaranteeXgoodDescriptions +description: algorithm will run until X good (100%) concept descritpions are found +values: class org.dllearner.core.config.IntegerConfigOption +default value: 1 +CLI usage: refinement.guaranteeXgoodDescriptions = 1; + +option name: logLevel +description: determines the logLevel for this component, can be {TRACE, DEBUG, INFO} +values: class org.dllearner.core.config.StringConfigOption +default value: DEBUG +CLI usage: refinement.logLevel = DEBUG; + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |