Uses of Class
network.aika.neuron.activation.search.Decision
-
Packages that use Decision Package Description network.aika.neuron.activation network.aika.neuron.activation.search -
-
Uses of Decision in network.aika.neuron.activation
Fields in network.aika.neuron.activation declared as Decision Modifier and Type Field Description DecisionActivation. cachedDecisionThe cached decision is used to avoid having to explore the same currentSearchState twice even though nothing that influences this currentSearchState has changed.Methods in network.aika.neuron.activation that return Decision Modifier and Type Method Description DecisionActivation. getDecision()DecisionActivation. getFinalDecision()DecisionActivation. getNextDecision(Option parent, SearchNode sn)DecisionState. getPreferredDecision() -
Uses of Decision in network.aika.neuron.activation.search
Fields in network.aika.neuron.activation.search declared as Decision Modifier and Type Field Description DecisionOption. decisionMethods in network.aika.neuron.activation.search that return Decision Modifier and Type Method Description DecisionSearchNode. getDecision()DecisionDecision. getInverted()static DecisionDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static Decision[]Decision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.aika.neuron.activation.search with parameters of type Decision Modifier and Type Method Description BranchSearchNode. getBranch(Decision d)Constructors in network.aika.neuron.activation.search with parameters of type Decision Constructor Description SearchNode(Document doc, Decision d, SearchNode p, int level)
-