edu.memphis.ccrg.lida.pam.tasks
Interface DetectionAlgorithm
- All Superinterfaces:
- Activatible, java.util.concurrent.Callable<FrameworkTask>, FrameworkTask, FullyInitializable, Initializable, Learnable, java.io.Serializable
- All Known Implementing Classes:
- BasicDetectionAlgorithm, MultipleDetectionAlgorithm
public interface DetectionAlgorithm
- extends FrameworkTask
A process which detects a pattern (feature) in SensoryMemory
content and excites PamNode
s
representing that pattern.
- Author:
- Javier Snaider, Ryan J. McCall
- See Also:
BasicDetectionAlgorithm
Methods inherited from interface edu.memphis.ccrg.lida.framework.tasks.FrameworkTask |
getControllingTaskSpawner, getNextTicksPerRun, getScheduledTick, getTaskId, getTaskStatus, getTicksPerRun, setControllingTaskSpawner, setNextTicksPerRun, setScheduledTick, setTaskStatus, setTicksPerRun, stopRunning |
Methods inherited from interface java.util.concurrent.Callable |
call |
Methods inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable |
decayBaseLevelActivation, getBaseLevelActivation, getBaseLevelDecayStrategy, getBaseLevelExciteStrategy, getLearnableRemovalThreshold, getTotalActivationStrategy, reinforceBaseLevelActivation, setBaseLevelActivation, setBaseLevelDecayStrategy, setBaseLevelExciteStrategy, setBaseLevelRemovalThreshold, setTotalActivationStrategy |
Methods inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible |
decay, excite, getActivatibleRemovalThreshold, getActivation, getDecayStrategy, getExciteStrategy, getTotalActivation, isRemovable, setActivatibleRemovalThreshold, setActivation, setDecayStrategy, setExciteStrategy |
detect
double detect()
- Detects a feature.
- Returns:
- value from 0.0 to 1.0 representing the degree to which the feature occurs.
getPamLinkable
PamLinkable getPamLinkable()
- Returns
PamLinkable
this algorithm can detect.
- Returns:
- the pam nodes
setPamLinkable
void setPamLinkable(PamLinkable linkable)
- Adds
PamLinkable
that will be detected by this algorithm.
- Parameters:
linkable
- s PamLinkable