org.dllearner.core.configurators
Class RandomGuesserConfigurator

java.lang.Object
  extended by org.dllearner.core.configurators.RandomGuesserConfigurator
All Implemented Interfaces:
Configurator

public class RandomGuesserConfigurator
extends Object
implements Configurator

automatically generated, do not edit manually. run org.dllearner.scripts.ConfigJavaGenerator to update


Constructor Summary
RandomGuesserConfigurator(RandomGuesser randomGuesser)
           
 
Method Summary
 int getMaxDepth()
          maxDepth maximum depth of generated concepts/trees.
 int getNumberOfTrees()
          numberOfTrees number of randomly generated concepts/trees.
static RandomGuesser getRandomGuesser(LearningProblem learningProblem, ReasonerComponent reasoningService)
           
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setMaxDepth(int maxDepth)
           
 void setNumberOfTrees(int numberOfTrees)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomGuesserConfigurator

public RandomGuesserConfigurator(RandomGuesser randomGuesser)
Parameters:
randomGuesser - see RandomGuesser
Method Detail

getRandomGuesser

public static RandomGuesser getRandomGuesser(LearningProblem learningProblem,
                                             ReasonerComponent reasoningService)
                                      throws LearningProblemUnsupportedException
Parameters:
reasoningService - see reasoningService
learningProblem - see learningProblem
Returns:
RandomGuesser
Throws:
LearningProblemUnsupportedException - see

getNumberOfTrees

public int getNumberOfTrees()
numberOfTrees number of randomly generated concepts/trees. mandatory: false| reinit necessary: true default value: 5

Returns:
int

getMaxDepth

public int getMaxDepth()
maxDepth maximum depth of generated concepts/trees. mandatory: false| reinit necessary: true default value: 5

Returns:
int

setNumberOfTrees

public void setNumberOfTrees(int numberOfTrees)
Parameters:
numberOfTrees - number of randomly generated concepts/trees. mandatory: false| reinit necessary: true default value: 5

setMaxDepth

public void setMaxDepth(int maxDepth)
Parameters:
maxDepth - maximum depth of generated concepts/trees. mandatory: false| reinit necessary: true default value: 5

isReinitNecessary

public boolean isReinitNecessary()
true, if this component needs reinitializsation.

Returns:
boolean


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann