|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodesAndWeights.Weight | |
---|---|
org.joone.engine | |
org.joone.structure |
Uses of NodesAndWeights.Weight in org.joone.engine |
---|
Fields in org.joone.engine with type parameters of type NodesAndWeights.Weight | |
---|---|
protected java.util.List<NodesAndWeights.Weight> |
ExtendedKalmanFilterFFN.weights
The list of weights that we use in the filter |
protected java.util.List<NodesAndWeights.Weight> |
ExtendedKalmanFilterRNN.weights
The list of weights that we use in the filter |
protected java.util.List<java.util.List<NodesAndWeights.Weight>> |
RTRL.weightsList
List of list of weights that will be updated by each processor |
Method parameters in org.joone.engine with type arguments of type NodesAndWeights.Weight | |
---|---|
protected void |
RTRL.updateDeltas(double[] error,
java.util.List<NodesAndWeights.Weight> weights)
Update the given weights' deltas. |
Uses of NodesAndWeights.Weight in org.joone.structure |
---|
Fields in org.joone.structure with type parameters of type NodesAndWeights.Weight | |
---|---|
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.fixedWeights
The list of unchangeable weights, also such as those coming from a direct synapse, that carry a singal into this node |
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.I
The list of weights that carry a signal into this node from a node in U |
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.weights
List of all weights, typically used when setting up an optimisation problem |
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.weights
The list of changeable weights that carry a signal into this node |
Methods in org.joone.structure that return NodesAndWeights.Weight | |
---|---|
protected NodesAndWeights.Weight |
NodesAndWeights.getFixedWeight(NodesAndWeights.Node input,
NodesAndWeights.Node output)
Determine the fixed weight between an input and a output node. |
protected NodesAndWeights.Weight |
NodesAndWeights.getWeight(NodesAndWeights.Node input,
NodesAndWeights.Node output)
Determine the weight between an input and a output node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |