- s - Variable in class org.aika.neuron.Activation.SynapseActivation
-
- saveNewState(Activation) - Static method in class org.aika.corpus.SearchNode.StateChange
-
- saveOldState(List<SearchNode.StateChange>, Activation, long) - Static method in class org.aika.corpus.SearchNode.StateChange
-
- 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, SearchNode.Candidate, int, List<InterprNode>) - Constructor for class org.aika.corpus.SearchNode
-
- SearchNode.Coverage - Enum in org.aika.corpus
-
- SearchNode.DebugState - Enum in org.aika.corpus
-
- SearchNode.StateChange - Class in org.aika.corpus
-
The StateChange class is used to store the state change of an activation that occurs in each node of
the binary search tree.
- SearchNode.StateChange.Mode - Enum in org.aika.corpus
-
- searchNodeIdCounter - 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, Integer, Range, Range.Operator, Range.Operator, InterprNode, InterprNode.Relation) - Static method in class org.aika.lattice.NodeActivation
-
- select(Document, T, Integer, Range, Range.Operator, Range.Operator, InterprNode, InterprNode.Relation) - Static method in class org.aika.lattice.NodeActivation
-
- select(Node.ThreadState<T, A>, T, Integer, Range, Range.Operator, Range.Operator, InterprNode, InterprNode.Relation) - Static method in class org.aika.lattice.NodeActivation
-
- selectedParent - Variable in class org.aika.corpus.SearchNode
-
- selectedSearchNode - Variable in class org.aika.corpus.Document
-
- set(int, Activation.State) - Method in class org.aika.neuron.Activation.Rounds
-
- setAbsoluteRid(Integer) - Method in class org.aika.Input
-
If the absolute relational id (rid) not null, then it is required to match the rid of input activation.
- setBiasDelta(double) - Method in class org.aika.Input
-
The minimum activation value that is required for this input.
- setEndRangeMapping(Range.Mapping) - Method in class org.aika.Input
-
Using this method the range begin of the input activation might be mapped to the range end of the
output activation.
- setEndRangeMatch(Range.Operator) - Method in class org.aika.Input
-
If set to true then the range end of this inputs activation needs to match.
- setEndRangeOutput(boolean) - Method in class org.aika.Input
-
Determines if this input is used to compute the range end of the output activation.
- setLearnRate(double) - Method in class org.aika.TrainConfig
-
- setModified() - Method in class org.aika.Provider
-
- setNeuron(Neuron) - Method in class org.aika.Input
-
Determines the input neuron.
- setPatternEvaluation(TrainConfig.PatternEvaluation) - Method in class org.aika.TrainConfig
-
- setQueued(int, boolean) - Method in class org.aika.neuron.Activation.Rounds
-
- setRangeMatch(Input.RangeRelation) - Method in class org.aika.Input
-
setRangeMatch is just a convenience function to call both setStartRangeMatch and setEndRangeMatch at the same time.
- setRangeOutput(boolean) - Method in class org.aika.Input
-
setRangeOutput is just a convenience function to call setStartRangeOutput and setEndRangeOutput at the same time.
- setRecurrent(boolean) - Method in class org.aika.Input
-
The property recurrent specifies if input is a recurrent feedback link.
- setRelativeRid(Integer) - Method in class org.aika.Input
-
The relative relational id (rid) determines the relative position of this inputs rid with respect to
other inputs of this neuron.
- setStartRangeMapping(Range.Mapping) - Method in class org.aika.Input
-
Using this method the range end of the input activation might be mapped to the range begin of the
output activation.
- setStartRangeMatch(Range.Operator) - Method in class org.aika.Input
-
If set to true then the range begin of this inputs activation needs to match.
- setStartRangeOutput(boolean) - Method in class org.aika.Input
-
Determines if this input is used to compute the range start of the output activation.
- setSynapse(Synapse) - Method in class org.aika.lattice.InputNode
-
- setSynapseEvaluation(TrainConfig.SynapseEvaluation) - Method in class org.aika.TrainConfig
-
- setWeight(float) - Method in class org.aika.Input
-
The synapse weight of this input.
- sigmoid(double) - Static method in class org.aika.neuron.INeuron
-
- sizeSum - Variable in class org.aika.lattice.Node
-
- startRangeMapping - Variable in class org.aika.neuron.Synapse.Key
-
- startRangeMatch - Variable in class org.aika.neuron.Synapse.Key
-
- startRangeOutput - Variable in class org.aika.neuron.Synapse.Key
-
- stat - Variable in class org.aika.Model
-
- State(double, int, INeuron.NormWeight) - Constructor for class org.aika.neuron.Activation.State
-
- StateChange() - Constructor for class org.aika.corpus.SearchNode.StateChange
-
- Statistic() - Constructor for class org.aika.Model.Statistic
-
- store(int, byte[]) - Method in interface org.aika.SuspensionHook
-
- sub(INeuron.NormWeight) - Method in class org.aika.neuron.INeuron.NormWeight
-
- suspend() - Method in class org.aika.AbstractNode
-
- suspend() - Method in class org.aika.neuron.INeuron
-
- suspend() - Method in class org.aika.Provider
-
- suspendAll() - Method in class org.aika.Model
-
Suspend all neurons and logic nodes in memory.
- suspendUnusedNodes(int) - 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 - Class in org.aika.neuron
-
The Synapse class connects two neurons with each other.
- Synapse() - Constructor for class org.aika.neuron.Synapse
-
- Synapse(Neuron) - Constructor for class org.aika.neuron.Synapse
-
- Synapse(Neuron, Synapse.Key) - Constructor for class org.aika.neuron.Synapse
-
- 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.TrainConfig
-
- synapses - Variable in class org.aika.Model.Statistic
-
- value - Variable in class org.aika.neuron.Activation.State
-
- valueOf(String) - Static method in enum org.aika.corpus.InterprNode.Relation
-
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.Coverage
-
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.corpus.SearchNode.StateChange.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aika.Input.RangeRelation
-
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.InterprNode.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.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.Coverage
-
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.corpus.SearchNode.StateChange.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aika.Input.RangeRelation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visited - Variable in class org.aika.corpus.SearchNode
-
- visitedAllowedOption - Variable in class org.aika.lattice.Node.ThreadState
-
- visitedComputeWeight - Variable in class org.aika.lattice.Node.ThreadState
-
- visitedCounter - Variable in class org.aika.corpus.Document
-
- visitedCounter - Static variable in class org.aika.lattice.Node
-
- visitedCounter - Static variable in class org.aika.lattice.NodeActivation
-
- visitedNeuronTrain - Variable in class org.aika.lattice.NodeActivation
-
- vQueue - Variable in class org.aika.corpus.Document
-