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 NetworkInvoker
ArtificialNeuralNetwork. newInvoker()
With batch size 1NetworkInvoker
ArtificialNeuralNetwork. newInvoker(int batchSize)
If you create multiple invokers you can use them in different threads simutaneously - the invoker contains any/all invocation specific state.
-