org.jactr.core.module.declarative.four.learning
Interface IDeclarativeLearningModule4
- All Superinterfaces:
- IInitializable, IInstallable, ILearningModule, IModule
- All Known Implementing Classes:
- DefaultDeclarativeLearningModule4, DefaultDeclarativeLearningModule6
public interface IDeclarativeLearningModule4
- extends ILearningModule
BASE_LEVEL_LEARNING_RATE
static final java.lang.String BASE_LEVEL_LEARNING_RATE
- See Also:
- Constant Field Values
ASSOCIATIVE_LEARNING_RATE
static final java.lang.String ASSOCIATIVE_LEARNING_RATE
- See Also:
- Constant Field Values
OPTIMIZED_LEARNING
static final java.lang.String OPTIMIZED_LEARNING
- See Also:
- Constant Field Values
isBaseLevelLearningEnabled
boolean isBaseLevelLearningEnabled()
- Returns:
getBaseLevelLearning
double getBaseLevelLearning()
- Returns:
isAssociativeLearningEnabled
boolean isAssociativeLearningEnabled()
- Returns:
getAssociativeLearning
double getAssociativeLearning()
- Returns:
getOptimizationLevel
int getOptimizationLevel()
getBaseLevelActivationEquation
IBaseLevelActivationEquation getBaseLevelActivationEquation()