|
Neuron Constructor
|
Initializes a new instance of the
Neuron class.
Namespace:
Accord.Neuro
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax protected Neuron(
int inputs
)
Protected Sub New (
inputs As Integer
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
Neuron's inputs count.
Remarks The new neuron will be randomized (see
Randomize method)
after it is created.
See Also