- save() - Method in class org.aika.Provider
-
- saveNewState() - Method in class org.aika.neuron.Activation
-
- saveOldState(List<Activation.StateChange>, long) - Method in class org.aika.neuron.Activation
-
- search(Document, SearchNode) - Static method in class org.aika.corpus.SearchNode
-
Searches for the best interpretation for the given document.
- SearchNode - Class in org.aika.corpus
-
The SearchNode class represents a node in the binary search tree that is used to find the optimal
interpretation for a given document.
- SearchNode(Document, SearchNode, SearchNode, Candidate, int, Collection<InterpretationNode>, boolean) - Constructor for class org.aika.corpus.SearchNode
-
- SearchNode.DebugState - Enum in org.aika.corpus
-
- searchNodeIdCounter - Variable in class org.aika.corpus.Document
-
- searchRecursive(Document) - Method in class org.aika.corpus.SearchNode
-
This algorithm is the recursive version of the interpretation search.
- searchStepCounter - Variable in class org.aika.corpus.Document
-
- secondary - Variable in class org.aika.corpus.Conflicts.Conflict
-
- secondary - Variable in class org.aika.corpus.Conflicts
-
- select(Document, INeuron, Integer, Range, Range.Relation, InterpretationNode, InterpretationNode.Relation) - Static method in class org.aika.neuron.Activation
-
- select(INeuron.ThreadState, INeuron, Integer, Range, Range.Relation, InterpretationNode, InterpretationNode.Relation) - Static method in class org.aika.neuron.Activation
-
- selectedOrInterpretationNodes - Variable in class org.aika.corpus.InterpretationNode
-
- selectedParent - Variable in class org.aika.corpus.SearchNode
-
- selectedSearchNode - Variable in class org.aika.corpus.Document
-
- sequence - Variable in class org.aika.neuron.Activation
-
- set(int, Activation.State) - Method in class org.aika.neuron.Activation.Rounds
-
- setAbsoluteRid(Integer) - Method in class org.aika.neuron.Synapse.Builder
-
If the absolute relational id (rid) not null, then it is required to match the rid of input activation.
- setAndNodeCheck(Model.AndNodeCheck) - Method in class org.aika.Model
-
- setBeta(double) - Method in class org.aika.training.LongTermLearning.Config
-
- setBias(double) - Method in class org.aika.neuron.Synapse.Builder
-
The bias of this input that will later on be added to the neurons bias.
- setCheckExpandable(PatternDiscovery.ActivationEvaluation) - Method in class org.aika.training.PatternDiscovery.Config
-
This callback checks whether the current pattern might be refined to an even larger pattern.
- setCheckValidPattern(PatternDiscovery.PatternEvaluation) - Method in class org.aika.training.PatternDiscovery.Config
-
- setCounter(PatternDiscovery.Counter) - Method in class org.aika.training.PatternDiscovery.Config
-
The counter callback function should implement a customized counting function.
- setFired(int) - Method in class org.aika.neuron.Activation.Builder
-
- setInterpretation(InterpretationNode) - Method in class org.aika.neuron.Activation.Builder
-
- setLearnRate(double) - Method in class org.aika.training.InterprSupprTraining.Config
-
- setLearnRate(double) - Method in class org.aika.training.SupervisedTraining.Config
-
- setLTDLearnRate(double) - Method in class org.aika.training.LongTermLearning.Config
-
- setLTPLearnRate(double) - Method in class org.aika.training.LongTermLearning.Config
-
- setMetaBias(double) - Method in class org.aika.training.MetaSynapse.Builder
-
- setMetaRelativeRid(boolean) - Method in class org.aika.training.MetaSynapse.Builder
-
- setMetaWeight(double) - Method in class org.aika.training.MetaSynapse.Builder
-
- setModified() - Method in class org.aika.AbstractNode
-
- setNeuron(Neuron) - Method in class org.aika.neuron.Synapse.Builder
-
Determines the input neuron.
- setNeuronStatisticFactory(Model.StatisticFactory) - Method in class org.aika.Model
-
- setNodeStatisticFactory(Model.StatisticFactory) - Method in class org.aika.Model
-
- setPerformBackpropagation(boolean) - Method in class org.aika.training.SupervisedTraining.Config
-
- setQueued(int, boolean) - Method in class org.aika.neuron.Activation.Rounds
-
- setRange(int, int) - Method in class org.aika.neuron.Activation.Builder
-
- setRange(Range) - Method in class org.aika.neuron.Activation.Builder
-
- setRangeMatch(Range.Relation) - Method in class org.aika.neuron.Synapse.Builder
-
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time.
- setRangeMatch(Range.Operator, Range.Operator) - Method in class org.aika.neuron.Synapse.Builder
-
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time.
- setRangeOutput(boolean) - Method in class org.aika.neuron.Synapse.Builder
-
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time.
- setRangeOutput(boolean, boolean) - Method in class org.aika.neuron.Synapse.Builder
-
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time.
- setRangeOutput(Range.Output) - Method in class org.aika.neuron.Synapse.Builder
-
setRangeOutput is just a convenience function to call setBeginRangeOutput and
setEndRangeOutput at the same time.
- setRangeOutput(Range.Mapping, Range.Mapping) - Method in class org.aika.neuron.Synapse.Builder
-
Determines if this input is used to compute the range start of the output activation.
- setRecurrent(boolean) - Method in class org.aika.neuron.Synapse.Builder
-
The property recurrent specifies if input is a recurrent feedback link.
- setRelationalId(Integer) - Method in class org.aika.neuron.Activation.Builder
-
- setRelativeRid(Integer) - Method in class org.aika.neuron.Synapse.Builder
-
The relative relational id (rid) determines the relative position of this inputs rid with respect to
other inputs of this neuron.
- setState(InterpretationNode.State, long) - Method in class org.aika.corpus.InterpretationNode
-
- setSuspensionHook(SuspensionHook) - Method in class org.aika.Model
-
- setSynapse(Synapse) - Method in class org.aika.lattice.InputNode
-
- setSynapseEvaluation(SynapseEvaluation) - Method in class org.aika.training.LongTermLearning.Config
-
Determines whether a synapse should be created between two neurons during training.
- setSynapseEvaluation(SynapseEvaluation) - Method in class org.aika.training.SupervisedTraining.Config
-
Determines whether a synapse should be created between two neurons during training.
- setTargetValue(Double) - Method in class org.aika.neuron.Activation.Builder
-
- setValue(double) - Method in class org.aika.neuron.Activation.Builder
-
- setWeight(double) - Method in class org.aika.neuron.Synapse.Builder
-
The synapse weight of this input.
- significance - Variable in class org.aika.training.SynapseEvaluation.Result
-
- state - Variable in class org.aika.corpus.InterpretationNode
-
- State(double, int, INeuron.NormWeight) - Constructor for class org.aika.neuron.Activation.State
-
- StateChange() - Constructor for class org.aika.neuron.Activation.StateChange
-
- statistic - Variable in class org.aika.lattice.Node
-
- statistic - Variable in class org.aika.neuron.INeuron
-
- store(int, byte[]) - Method in interface org.aika.SuspensionHook
-
- sub(INeuron.NormWeight) - Method in class org.aika.neuron.INeuron.NormWeight
-
- supervisedTraining - Variable in class org.aika.corpus.Document
-
- SupervisedTraining - Class in org.aika.training
-
- SupervisedTraining(Document) - Constructor for class org.aika.training.SupervisedTraining
-
- SupervisedTraining.BackPropagationQueue - Class in org.aika.training
-
- SupervisedTraining.Config - Class in org.aika.training
-
- suspend() - Method in class org.aika.AbstractNode
-
- suspend() - Method in class org.aika.neuron.INeuron
-
- suspend(Provider.SuspensionMode) - Method in class org.aika.Provider
-
- suspendAll(Provider.SuspensionMode) - Method in class org.aika.Model
-
Suspend all neurons and logic nodes in memory.
- suspendUnusedNodes(int, Provider.SuspensionMode) - Method in class org.aika.Model
-
Suspend all neurons and logic nodes whose last used document id is lower/older than .
- suspensionHook - Variable in class org.aika.Model
-
- SuspensionHook - Interface in org.aika
-
The suspension hook is used to suspend neurons and logic nodes to an external storage in order to reduce the memory footprint.
!!!
- synapse - Variable in class org.aika.neuron.Activation.SynapseActivation
-
- Synapse - Class in org.aika.neuron
-
The Synapse class connects two neurons with each other.
- Synapse() - Constructor for class org.aika.neuron.Synapse
-
- Synapse(Neuron, Neuron) - Constructor for class org.aika.neuron.Synapse
-
- Synapse(Neuron, Neuron, Synapse.Key) - Constructor for class org.aika.neuron.Synapse
-
- Synapse.Builder - Class in org.aika.neuron
-
The Builder class is just a helper class which is used to initialize a neuron.
- Synapse.Key - Class in org.aika.neuron
-
- SYNAPSE_COMP - Static variable in class org.aika.Converter
-
- SynapseActivation(Synapse, Activation, Activation) - Constructor for class org.aika.neuron.Activation.SynapseActivation
-
- synapseEvaluation - Variable in class org.aika.training.LongTermLearning.Config
-
- synapseEvaluation - Variable in class org.aika.training.SupervisedTraining.Config
-
- SynapseEvaluation - Interface in org.aika.training
-
- SynapseEvaluation.Result - Class in org.aika.training
-
- synapseKey - Variable in class org.aika.training.SynapseEvaluation.Result
-
- synapseLock - Variable in class org.aika.lattice.InputNode
-
- synapses - Variable in class org.aika.lattice.InputNode
-
- value - Variable in class org.aika.neuron.Activation.Builder
-
- value - Variable in class org.aika.neuron.Activation.State
-
- valueOf(String) - Static method in enum org.aika.corpus.InterpretationNode.Relation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.corpus.InterpretationNode.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.corpus.Range.Mapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.corpus.Range.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.corpus.SearchNode.DebugState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.neuron.Activation.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.neuron.INeuron.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.Provider.SuspensionMode
-
Returns the enum constant of this type with the specified name.
- ValueQueue() - Constructor for class org.aika.corpus.Document.ValueQueue
-
- values() - Static method in enum org.aika.corpus.InterpretationNode.Relation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.corpus.InterpretationNode.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.corpus.Range.Mapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.corpus.Range.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.corpus.SearchNode.DebugState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.neuron.Activation.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.neuron.INeuron.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.Provider.SuspensionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visited - Variable in class org.aika.corpus.SearchNode
-
- visited - Variable in class org.aika.lattice.Node.ThreadState
-
- visited - Variable in class org.aika.lattice.NodeActivation
-
- visitedCounter - Variable in class org.aika.corpus.Document
-
- visitedCounter - Static variable in class org.aika.Model
-
- vQueue - Variable in class org.aika.corpus.Document
-