| Neuron Constructor |
Construct a new neuron with the given number of inputs.
Namespace:
RavingBots.MagicGestures.AI.Neural
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected Neuron(
int inputCount
)
Parameters
- inputCount
- Type: SystemInt32
See Also