Uses of Class
network.aika.neuron.activation.Activation.RecursiveDepthExceededException
-
Packages that use Activation.RecursiveDepthExceededException Package Description network.aika.neuron.activation -
-
Uses of Activation.RecursiveDepthExceededException in network.aika.neuron.activation
Methods in network.aika.neuron.activation that throw Activation.RecursiveDepthExceededException Modifier and Type Method Description voidActivation. computeBounds()Activation.StateActivation. computeValueAndWeight(int round)Collection<Activation>Activation. getConflicts()static voidSearchNode. invalidateCachedDecision(Activation act)voidActivation. markPredecessor(long v, int depth)doubleActivation. process(SearchNode sn, int round, long v)voidActivation. processBounds()static voidSearchNode. search(Document doc, SearchNode root, long v, Long timeoutInMilliSeconds)Searches for the best interpretation for the given document.
-