Uses of Interface
de.monochromata.anaphors.cog.activation.ActivationFormula
| Package | Description |
|---|---|
| de.monochromata.anaphors.cog.activation |
A generic API for estimating activation values in humans with implementations
of simple activation formulas.
|
| de.monochromata.anaphors.cog.memory |
Abstract activation-based memory.
|
-
Uses of ActivationFormula in de.monochromata.anaphors.cog.activation
Classes in de.monochromata.anaphors.cog.activation that implement ActivationFormula Modifier and Type Class Description classAllActiveFormulaAn activation formula in which allActivatables are always active to the same extent.classLIFOFormulaDeprecated. -
Uses of ActivationFormula in de.monochromata.anaphors.cog.memory
Constructors in de.monochromata.anaphors.cog.memory with parameters of type ActivationFormula Constructor Description DefaultChunk(ActivationFormula activationFormula, T represented)SortedListMemory(ActivationFormula activationFormula)Create a sorted set memory that sorts values based on the activation at the time whenSortedListMemory.getChunks(long, int)is invoked.SortedListMemory(ActivationFormula activationFormula, LinkedHashSet<Chunk<T>> chunks)