|
Layer Constructor
|
Initializes a new instance of the
Layer class.
Namespace:
Accord.Neuro
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax protected Layer(
int neuronsCount,
int inputsCount
)
Protected Sub New (
neuronsCount As Integer,
inputsCount As Integer
)
Request Example
View SourceParameters
- neuronsCount
- Type: SystemInt32
Layer's neurons count. - inputsCount
- Type: SystemInt32
Layer's inputs count.
Remarks See Also