- save() - Method in class network.aika.Provider
-
- saveNewState() - Method in class network.aika.neuron.activation.Activation
-
- saveOldState(Map<Activation, Activation.StateChange>, long) - Method in class network.aika.neuron.activation.Activation
-
- search(Document, SearchNode, long, Long) - Static method in class network.aika.neuron.activation.SearchNode
-
Searches for the best interpretation for the given document.
- SearchNode - Class in network.aika.neuron.activation
-
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, int) - Constructor for class network.aika.neuron.activation.SearchNode
-
- SearchNode.DebugState - Enum in network.aika.neuron.activation
-
- SearchNode.Decision - Enum in network.aika.neuron.activation
-
- SearchNode.TimeoutException - Exception in network.aika.neuron.activation
-
- searchNodeIdCounter - Variable in class network.aika.Document
-
- searchNodeWeights - Variable in class network.aika.Document
-
- searchStates - Variable in class network.aika.neuron.activation.Activation
-
- searchStepCounter - Variable in class network.aika.Document
-
- selectedNeuronInputs - Variable in class network.aika.neuron.activation.Activation
-
- selectedSearchNode - Variable in class network.aika.Document
-
- sequence - Variable in class network.aika.neuron.activation.Activation
-
- set(int, Activation.State) - Method in class network.aika.neuron.activation.Activation.Rounds
-
- setBias(double) - Method in class network.aika.neuron.INeuron
-
- setBias(double) - Method in class network.aika.neuron.Synapse.Builder
-
The bias of this input that will later on be added to the neurons bias.
- setCandidateCheck(PatternDiscovery.CandidateCheck) - Method in class network.aika.training.PatternDiscovery.Config
-
- setCounter(PatternDiscovery.Counter) - Method in class network.aika.training.PatternDiscovery.Config
-
The counter callback function should implement a customized counting function.
- setDecision(SearchNode.Decision, long) - Method in class network.aika.neuron.activation.Activation
-
- setDistanceFunction(DistanceFunction) - Method in class network.aika.neuron.Synapse.Builder
-
- setFired(int) - Method in class network.aika.neuron.activation.Activation.Builder
-
- setIdentity(boolean) - Method in class network.aika.neuron.Synapse.Builder
-
- setLearnRate(double) - Method in class network.aika.training.SupervisedTraining.Config
-
- setModified() - Method in class network.aika.AbstractNode
-
- setNeuron(Neuron) - Method in class network.aika.neuron.Synapse.Builder
-
Determines the input neuron.
- setNeuronStatisticFactory(Model.WritableFactory) - Method in class network.aika.Model
-
- setNodeStatisticFactory(Model.WritableFactory) - Method in class network.aika.Model
-
- setPatternCheck(PatternDiscovery.PatternCheck) - Method in class network.aika.training.PatternDiscovery.Config
-
- setPerformBackpropagation(boolean) - Method in class network.aika.training.SupervisedTraining.Config
-
- setQueued(int, boolean) - Method in class network.aika.neuron.activation.Activation.Rounds
-
- setRange(int, int) - Method in class network.aika.neuron.activation.Activation.Builder
-
- setRange(Range) - Method in class network.aika.neuron.activation.Activation.Builder
-
- setRangeInput(int) - Method in class network.aika.neuron.Synapse.Builder
-
By default the output range of th synapses input neuron is used.
- setRangeOutput(boolean) - Method in class network.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 network.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 network.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 network.aika.neuron.Synapse.Builder
-
Determines if this input is used to compute the range start of the output activation.
- setRecurrent(boolean) - Method in class network.aika.neuron.Synapse.Builder
-
The property recurrent specifies if input is a recurrent feedback link.
- setSuspensionHook(SuspensionHook) - Method in class network.aika.Model
-
- setSynapseEvaluation(SynapseEvaluation) - Method in class network.aika.training.SupervisedTraining.Config
-
Determines whether a synapse should be created between two neurons during training.
- setSynapseId(int) - Method in class network.aika.neuron.Synapse.Builder
-
- setSynapseStatisticFactory(Model.WritableFactory) - Method in class network.aika.Model
-
- setTargetValue(Double) - Method in class network.aika.neuron.activation.Activation.Builder
-
- setTargetValue(Double) - Method in class network.aika.neuron.activation.Activation
-
- setValue(double) - Method in class network.aika.neuron.activation.Activation.Builder
-
- setWeight(double) - Method in class network.aika.neuron.Synapse.Builder
-
The synapse weight of this input.
- sigmoid(double) - Static method in class network.aika.Utils
-
- significance - Variable in class network.aika.training.SynapseEvaluation.Result
-
- size() - Method in class network.aika.lattice.AndNode.RelationsMap
-
- State(double, double, double, double, double, int, double) - Constructor for class network.aika.neuron.activation.Activation.State
-
- StateChange() - Constructor for class network.aika.neuron.activation.Activation.StateChange
-
- statistic - Variable in class network.aika.lattice.Node
-
- statistic - Variable in class network.aika.neuron.INeuron
-
- statistic - Variable in class network.aika.neuron.Synapse
-
- store(int, byte[]) - Method in interface network.aika.SuspensionHook
-
- supervisedTraining - Variable in class network.aika.Document
-
- SupervisedTraining - Class in network.aika.training
-
- SupervisedTraining(Document) - Constructor for class network.aika.training.SupervisedTraining
-
- SupervisedTraining.BackPropagationQueue - Class in network.aika.training
-
- SupervisedTraining.Config - Class in network.aika.training
-
- suspend() - Method in class network.aika.AbstractNode
-
- suspend() - Method in class network.aika.neuron.INeuron
-
- suspend(Provider.SuspensionMode) - Method in class network.aika.Provider
-
- suspendAll(Provider.SuspensionMode) - Method in class network.aika.Model
-
Suspend all neurons and logic nodes in memory.
- suspendUnusedNodes(int, Provider.SuspensionMode) - Method in class network.aika.Model
-
Suspend all neurons and logic nodes whose last used document id is lower/older than .
- suspensionHook - Variable in class network.aika.Model
-
- SuspensionHook - Interface in network.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 network.aika.neuron.activation.Activation.Link
-
- Synapse - Class in network.aika.neuron
-
The Synapse class connects two neurons with each other.
- Synapse() - Constructor for class network.aika.neuron.Synapse
-
- Synapse(Neuron, Neuron, Integer, Synapse.Key, Map<Integer, Relation>, DistanceFunction) - Constructor for class network.aika.neuron.Synapse
-
- Synapse.Builder - Class in network.aika.neuron
-
The Builder class is just a helper class which is used to initialize a neuron.
- Synapse.Key - Class in network.aika.neuron
-
- SYNAPSE_COMP - Static variable in class network.aika.Converter
-
- synapseEvaluation - Variable in class network.aika.training.SupervisedTraining.Config
-
- SynapseEvaluation - Interface in network.aika.training
-
- SynapseEvaluation.DeleteMode - Enum in network.aika.training
-
- SynapseEvaluation.Result - Class in network.aika.training
-
- synapseId - Variable in class network.aika.neuron.Synapse.Builder
-
- synapseIds - Variable in class network.aika.lattice.OrNode.OrEntry
-
- synapseKey - Variable in class network.aika.training.SynapseEvaluation.Result
-
- synapseStatisticFactory - Variable in class network.aika.Model
-
- value - Variable in class network.aika.neuron.activation.Activation.Builder
-
- value - Variable in class network.aika.neuron.activation.Activation.State
-
- valueOf(String) - Static method in enum network.aika.ActivationFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.DistanceFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.Activation.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.Linker.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.Range.Mapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.Range.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.SearchNode.DebugState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.activation.SearchNode.Decision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.INeuron.LogicType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.INeuron.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.neuron.relation.InstanceRelation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.Provider.SuspensionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum network.aika.training.SynapseEvaluation.DeleteMode
-
Returns the enum constant of this type with the specified name.
- ValueQueue() - Constructor for class network.aika.Document.ValueQueue
-
- values() - Static method in enum network.aika.ActivationFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.DistanceFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.Activation.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.Linker.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.Range.Mapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.Range.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.SearchNode.DebugState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.activation.SearchNode.Decision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.neuron.INeuron.LogicType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.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 network.aika.neuron.relation.InstanceRelation.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.Provider.SuspensionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum network.aika.training.SynapseEvaluation.DeleteMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visited - Variable in class network.aika.lattice.Node.ThreadState
-
- visited - Variable in class network.aika.lattice.NodeActivation
-
- visitedCounter - Variable in class network.aika.Document
-
- visitedCounter - Static variable in class network.aika.Model
-
- vQueue - Variable in class network.aika.Document
-