 | NeuralNetwork.Process Method |
Process a set of inputs and update the outputs.
Namespace:
RavingBots.MagicGestures.AI.Neural
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic abstract void Process(
float[] input
)
Parameters
- input
- Type:System.Single[]
See Also