Click or drag to resize
Accord.NET (logo)

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

Parameters

neuronsCount
Type: SystemInt32
Layer's neurons count.
inputsCount
Type: SystemInt32
Layer's inputs count.
Remarks
Protected contructor, which initializes inputsCount, neuronsCount and neurons members.
See Also