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 getNumberOfGuesses()
          numberOfGuesses number of randomly generated concepts/trees.
static RandomGuesser getRandomGuesser(AbstractLearningProblem learningProblem, AbstractReasonerComponent reasoningService)
           
 boolean isReinitNecessary()
          true, if this component needs reinitializsation.
 void setMaxDepth(int maxDepth)
           
 void setNumberOfGuesses(int numberOfGuesses)
           
 
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(AbstractLearningProblem learningProblem,
                                             AbstractReasonerComponent reasoningService)
                                      throws LearningProblemUnsupportedException
Parameters:
reasoningService - see reasoningService
learningProblem - see learningProblem
Returns:
RandomGuesser
Throws:
LearningProblemUnsupportedException - see

getNumberOfGuesses

public int getNumberOfGuesses()
numberOfGuesses number of randomly generated concepts/trees. mandatory: false| reinit necessary: true default value: 100

Returns:
int

getMaxDepth

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

Returns:
int

setNumberOfGuesses

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

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-2011 Jens Lehmann