Uses of Class
network.aika.neuron.activation.State
-
Packages that use State Package Description network.aika.neuron.activation network.aika.neuron.activation.search -
-
Uses of State in network.aika.neuron.activation
Fields in network.aika.neuron.activation declared as State Modifier and Type Field Description static StateState. ZEROMethods in network.aika.neuron.activation that return State Modifier and Type Method Description StateActivation. computeValueAndWeight(SearchNode sn)StateActivation. getExpectedState()StateActivation. getFinalState()Methods in network.aika.neuron.activation with parameters of type State Modifier and Type Method Description booleanState. equals(State s)booleanState. equalsWithWeights(State s)booleanState. lowerBoundEquals(State s)booleanState. upperBoundEquals(State s) -
Uses of State in network.aika.neuron.activation.search
Fields in network.aika.neuron.activation.search declared as State Modifier and Type Field Description static StateOption. INITIAL_STATEMethods in network.aika.neuron.activation.search that return State Modifier and Type Method Description StateOption. getState()Methods in network.aika.neuron.activation.search with parameters of type State Modifier and Type Method Description booleanOption. setState(State s)
-