Uses of Class
network.aika.neuron.activation.Activation.OscillatingActivationsException
-
Packages that use Activation.OscillatingActivationsException Package Description network.aika network.aika.neuron.activation network.aika.neuron.activation.search -
-
Uses of Activation.OscillatingActivationsException in network.aika
Methods in network.aika that throw Activation.OscillatingActivationsException Modifier and Type Method Description voidDocument. process()The methodprocessneeds to be called after all the input activations have been added to the network.voidDocument. process(Long timeoutInMilliSeconds) -
Uses of Activation.OscillatingActivationsException in network.aika.neuron.activation
Methods in network.aika.neuron.activation that throw Activation.OscillatingActivationsException Modifier and Type Method Description doubleActivation. process(SearchNode sn)doubleValueQueue. process(SearchNode sn) -
Uses of Activation.OscillatingActivationsException in network.aika.neuron.activation.search
Methods in network.aika.neuron.activation.search that throw Activation.OscillatingActivationsException Modifier and Type Method Description static voidSearchNode. search(Document doc, SearchNode root, long v, Long timeoutInMilliSeconds)Searches for the best interpretation for the given document.voidSearchNode. updateActivations(Document doc)
-