org.jactr.core.module.declarative.four.learning
Class DefaultBaseLevelActivationEquation

java.lang.Object
  extended by org.jactr.core.module.declarative.four.learning.DefaultBaseLevelActivationEquation
All Implemented Interfaces:
IBaseLevelActivationEquation

public class DefaultBaseLevelActivationEquation
extends java.lang.Object
implements IBaseLevelActivationEquation

default impl of the base level activation equation as defined in atomic components of thought

Author:
harrison

Constructor Summary
DefaultBaseLevelActivationEquation(IModel model)
           
 
Method Summary
 double computeBaseLevelActivation(IModel model, IChunk c)
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBaseLevelActivationEquation

public DefaultBaseLevelActivationEquation(IModel model)
Method Detail

computeBaseLevelActivation

public double computeBaseLevelActivation(IModel model,
                                         IChunk c)
Description of the Method

Specified by:
computeBaseLevelActivation in interface IBaseLevelActivationEquation
Parameters:
model - Description of the Parameter
c - Description of the Parameter
Returns:
Description of the Return Value