Package network.aika.neuron.activation
Class Activation.State
- java.lang.Object
-
- network.aika.neuron.activation.Activation.State
-
- Enclosing class:
- Activation
public static class Activation.State extends Object
AStateobject contains the activation value of an activation object that belongs to a neuron. It furthermore contains a weight that is used to check the interpretations during the search for the best interpretation.
-
-
Constructor Summary
Constructors Constructor Description State(double value, double posValue, double net, double posNet, int fired, double weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Activation.State s)booleanequalsWithWeights(Activation.State s)StringtoString()
-
-
-
Field Detail
-
value
public final double value
-
posValue
public final double posValue
-
net
public final double net
-
posNet
public final double posNet
-
fired
public final int fired
-
weight
public final double weight
-
ZERO
public static final Activation.State ZERO
-
-
Method Detail
-
equals
public boolean equals(Activation.State s)
-
equalsWithWeights
public boolean equalsWithWeights(Activation.State s)
-
-