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