jildt.agent
Class LearningSettings
java.lang.Object
jildt.agent.LearningSettings
public class LearningSettings
- extends java.lang.Object
Class that defines the learning settings for a Learner
agent.
- Author:
- Carlos Alberto González-Alarcón, Alejandro Guerra-Hernández, Francisco Grimaldo-Moreno
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LearningSettings
public LearningSettings()
getTrace
public boolean getTrace()
setTrace
public void setTrace(boolean trace)
getBiasMode
public LearningSettings.BiasLangMode getBiasMode()
setBiasMode
public void setBiasMode(LearningSettings.BiasLangMode biasMode)
getLearningPlanSrc
public java.lang.String getLearningPlanSrc()
setLearningPlanSrc
public void setLearningPlanSrc(java.lang.String learningPlanSrc)
getExcludedBels
public java.util.List<java.lang.String> getExcludedBels()
setExcludedBels
public void setExcludedBels(java.util.List<java.lang.String> excludedBels)
getIndLevel
public LearningSettings.InductionLvl getIndLevel()
setIndLevel
public void setIndLevel(LearningSettings.InductionLvl indLevel)
getDispMode
public LearningSettings.DispTreeMode getDispMode()
setDispMode
public void setDispMode(LearningSettings.DispTreeMode dispMode)
getRandomSeed
public java.lang.Long getRandomSeed()
setRandomSeed
public void setRandomSeed(java.lang.Long randomSeed)