Uses of Class
org.ojalgo.ann.NetworkInvoker
Packages that use NetworkInvoker
-
Uses of NetworkInvoker in org.ojalgo.ann
Methods in org.ojalgo.ann that return NetworkInvokerModifier and TypeMethodDescriptionArtificialNeuralNetwork.newInvoker()
With batch size 1ArtificialNeuralNetwork.newInvoker
(int batchSize) If you create multiple invokers you can use them in different threads simutaneously - the invoker contains any/all invocation specific state.