Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

inputsCount
Type: SystemInt32
Network's inputs count.
layersCount
Type: SystemInt32
Network's layers count.
Remarks
Protected constructor, which initializes inputsCount, layersCount and layers members.
See Also