Uses of Class
network.aika.neuron.activation.search.SearchNode.TimeoutException
-
Packages that use SearchNode.TimeoutException Package Description network.aika network.aika.neuron.activation.search -
-
Uses of SearchNode.TimeoutException in network.aika
Methods in network.aika that throw SearchNode.TimeoutException 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 SearchNode.TimeoutException in network.aika.neuron.activation.search
Methods in network.aika.neuron.activation.search that throw SearchNode.TimeoutException 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.
-