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