|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExciteStrategy
A strategy pattern for exciting Activatibles or Learnables
Implementations should add themselves to ElementFactory via the
factoriesData.xml configuration file.
| Method Summary | |
|---|---|
double |
excite(double currentActivation,
double excitation,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
Excites the current activation according to some internal excite function. |
double |
excite(double currentActivation,
double excitation,
java.lang.Object... params)
Excites the current activation according to some internal excite function. |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable |
|---|
containsParameter, getParam, getParameters, init, init |
| Method Detail |
|---|
double excite(double currentActivation,
double excitation,
java.lang.Object... params)
currentActivation - activation of the entity before excite.excitation - amount of activation to addsparams - parameters
double excite(double currentActivation,
double excitation,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
currentActivation - activation of the entity before excite.excitation - amount of activation to addsparams - parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||