Package network.aika.neuron.activation
Class State
- java.lang.Object
-
- network.aika.neuron.activation.State
-
public class 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.- Author:
- Lukas Molzberger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(State s)booleanequalsWithWeights(State s)DecisiongetPreferredDecision()booleanlowerBoundEquals(State s)StringtoString()booleanupperBoundEquals(State s)
-
-
-
Constructor Detail
-
State
public State(double value, double ub, double net, Integer fired, double weight)
-
-