|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExciteStrategy | |
---|---|
edu.memphis.ccrg.lida.framework.shared | Contains classes related to common data structures used in the framework. |
edu.memphis.ccrg.lida.framework.shared.activation | Contains classes which define activation attributes and operations related to these activations. |
edu.memphis.ccrg.lida.framework.strategies | Contains the various strategies (implementors of the strategy design pattern) used in the framework to implement excitation, decay, etc. |
edu.memphis.ccrg.lida.pam | Contains classes related to the definition of the Perceptual Associative Memory module and its default implementation. |
Uses of ExciteStrategy in edu.memphis.ccrg.lida.framework.shared |
---|
Methods in edu.memphis.ccrg.lida.framework.shared that return ExciteStrategy | |
---|---|
ExciteStrategy |
ElementFactory.getDefaultExciteStrategy()
Returns the default ExciteStrategy |
ExciteStrategy |
ElementFactory.getExciteStrategy(java.lang.String strategyTypeName)
Gets excite strategy. |
Uses of ExciteStrategy in edu.memphis.ccrg.lida.framework.shared.activation |
---|
Methods in edu.memphis.ccrg.lida.framework.shared.activation that return ExciteStrategy | |
---|---|
ExciteStrategy |
LearnableImpl.getBaseLevelExciteStrategy()
|
ExciteStrategy |
Learnable.getBaseLevelExciteStrategy()
Gets BaseLevelExciteStrategy |
ExciteStrategy |
ActivatibleImpl.getExciteStrategy()
|
ExciteStrategy |
Activatible.getExciteStrategy()
Gets the excite strategy |
Methods in edu.memphis.ccrg.lida.framework.shared.activation with parameters of type ExciteStrategy | |
---|---|
void |
LearnableImpl.setBaseLevelExciteStrategy(ExciteStrategy baseLevelExciteStrategy)
|
void |
Learnable.setBaseLevelExciteStrategy(ExciteStrategy strategy)
Sets BaseLevelExciteStrategy |
void |
ActivatibleImpl.setExciteStrategy(ExciteStrategy eb)
|
void |
Activatible.setExciteStrategy(ExciteStrategy strategy)
Sets the excite strategy |
Constructors in edu.memphis.ccrg.lida.framework.shared.activation with parameters of type ExciteStrategy | |
---|---|
ActivatibleImpl(double activation,
double removalThreshold,
ExciteStrategy excite,
DecayStrategy decay)
|
|
LearnableImpl(double activation,
double activatibleRemovalThreshold,
double baseLevelActivation,
double learnableRemovalThreshold,
ExciteStrategy exciteStrategy,
DecayStrategy decayStrategy,
ExciteStrategy baseLevelExciteStrategy,
DecayStrategy baseLevelDecayStrategy,
TotalActivationStrategy taStrategy)
Constructs a new instance with specified attributes |
Uses of ExciteStrategy in edu.memphis.ccrg.lida.framework.strategies |
---|
Classes in edu.memphis.ccrg.lida.framework.strategies that implement ExciteStrategy | |
---|---|
class |
LinearExciteStrategy
Basic ExciteStrategy governed by a linear curve. |
class |
NoExciteStrategy
An ExciteStrategy that never modifies the activation passed to it. |
class |
SigmoidExciteStrategy
Default implementation of sigmoid excite. |
Uses of ExciteStrategy in edu.memphis.ccrg.lida.pam |
---|
Methods in edu.memphis.ccrg.lida.pam that return ExciteStrategy | |
---|---|
ExciteStrategy |
PamLinkImpl.getBaseLevelExciteStrategy()
|
ExciteStrategy |
PamNodeImpl.getBaseLevelExciteStrategy()
|
ExciteStrategy |
PamLinkImpl.getExciteStrategy()
|
ExciteStrategy |
PamNodeImpl.getExciteStrategy()
|
Methods in edu.memphis.ccrg.lida.pam with parameters of type ExciteStrategy | |
---|---|
void |
PamLinkImpl.setBaseLevelExciteStrategy(ExciteStrategy strategy)
|
void |
PamNodeImpl.setBaseLevelExciteStrategy(ExciteStrategy strategy)
|
void |
PamLinkImpl.setExciteStrategy(ExciteStrategy strategy)
|
void |
PamNodeImpl.setExciteStrategy(ExciteStrategy strategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |