org.jactr.core.module.declarative.six.learning
Class DefaultDeclarativeLearningModule6

java.lang.Object
  extended by org.jactr.core.module.AbstractModule
      extended by org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
          extended by org.jactr.core.module.declarative.six.learning.DefaultDeclarativeLearningModule6
All Implemented Interfaces:
IDeclarativeLearningModule4, IModule, ILearningModule, IInitializable, IInstallable, IParameterized

public class DefaultDeclarativeLearningModule6
extends DefaultDeclarativeLearningModule4


Field Summary
 
Fields inherited from interface org.jactr.core.module.declarative.four.learning.IDeclarativeLearningModule4
ASSOCIATIVE_LEARNING_RATE, BASE_LEVEL_LEARNING_RATE, OPTIMIZED_LEARNING
 
Constructor Summary
DefaultDeclarativeLearningModule6()
           
 
Method Summary
 
Methods inherited from class org.jactr.core.module.declarative.four.learning.DefaultDeclarativeLearningModule4
dispose, getAssociativeLearning, getBaseLevelActivationEquation, getBaseLevelLearning, getOptimizationLevel, getParameter, getPossibleParameters, getSetableParameters, initialize, install, isAssociativeLearningEnabled, isBaseLevelLearningEnabled, isLearningEnabled, reset, setAssociativeLearning, setBaseLevelActivationEquation, setBaseLevelLearning, setLearningEnabled, setOptimizationLevel, setParameter
 
Methods inherited from class org.jactr.core.module.AbstractModule
delayedFuture, getExecutor, getModel, getName, immediateFuture, immediateReturn, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.core.module.IModule
getModel, getName
 
Methods inherited from interface org.jactr.core.utils.IInstallable
uninstall
 

Constructor Detail

DefaultDeclarativeLearningModule6

public DefaultDeclarativeLearningModule6()