org.jactr.core.module.declarative.four.learning
Interface IBaseLevelActivationEquation
- All Known Implementing Classes:
- DefaultBaseLevelActivationEquation
public interface IBaseLevelActivationEquation
equation for the computation of base level activation. The Equation class of
objects should also implement the method static public XXXEquation
getInstance()
- Author:
- harrison
computeBaseLevelActivation
double computeBaseLevelActivation(IModel model,
IChunk c)
- compute the base level activation for the chunk c in the model model.
- Parameters:
model - Description of the Parameterc - Description of the Parameter
- Returns:
- Description of the Return Value