From: <ku...@us...> - 2008-04-02 17:17:27
|
Revision: 758 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=758&view=rev Author: kurzum Date: 2008-04-02 10:17:17 -0700 (Wed, 02 Apr 2008) Log Message: ----------- configOptions.txt Modified Paths: -------------- trunk/doc/configOptions.txt Modified: trunk/doc/configOptions.txt =================================================================== --- trunk/doc/configOptions.txt 2008-04-02 16:13:35 UTC (rev 757) +++ trunk/doc/configOptions.txt 2008-04-02 17:17:17 UTC (rev 758) @@ -227,7 +227,7 @@ component: fast retrieval reasoner (org.dllearner.reasoning.FastRetrievalReasoner) ================================================================================== -CLI usage: reasoner = ; +CLI usage: reasoner = fastRetrieval; component: OWL API reasoner (org.dllearner.reasoning.OWLAPIReasoner) @@ -337,37 +337,37 @@ component: brute force learning algorithm (org.dllearner.algorithms.BruteForceLearner) ====================================================================================== -CLI usage: algorithm = ; +CLI usage: algorithm = bruteForce; option name: maxLength description: maximum length of generated concepts values: class org.dllearner.core.config.IntegerConfigOption default value: null -CLI usage: .maxLength = null; +CLI usage: bruteForce.maxLength = null; option name: returnType description: Specifies the type which the solution has to belong to (if already) known. This means we inform the learning algorithm that the solution is a subclass of this type. values: class org.dllearner.core.config.StringConfigOption default value: null -CLI usage: .returnType = null; +CLI usage: bruteForce.returnType = null; component: random guesser learning algorithm (org.dllearner.algorithms.RandomGuesser) ===================================================================================== -CLI usage: algorithm = ; +CLI usage: algorithm = random; option name: numberOfTrees description: number of randomly generated concepts/trees values: class org.dllearner.core.config.IntegerConfigOption default value: null -CLI usage: .numberOfTrees = null; +CLI usage: random.numberOfTrees = null; option name: maxDepth description: maximum depth of generated concepts/trees values: class org.dllearner.core.config.IntegerConfigOption default value: null -CLI usage: .maxDepth = null; +CLI usage: random.maxDepth = null; component: genetic programming learning algorithm (org.dllearner.algorithms.gp.GP) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |