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

Method Summary
 double computeBaseLevelActivation(IModel model, IChunk c)
          compute the base level activation for the chunk c in the model model.
 

Method Detail

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 Parameter
c - Description of the Parameter
Returns:
Description of the Return Value