Uses of Class
network.aika.neuron.activation.Activation.OscillatingActivationsException
-
Packages that use Activation.OscillatingActivationsException Package Description network.aika network.aika.neuron.activation -
-
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, int round, long v)doubleValueQueue. process(Document doc, SearchNode sn)static voidSearchNode. search(Document doc, SearchNode root, long v, Long timeoutInMilliSeconds)Searches for the best interpretation for the given document.Constructors in network.aika.neuron.activation that throw Activation.OscillatingActivationsException Constructor Description SearchNode(Document doc, SearchNode selParent, SearchNode exclParent, int level)
-