Click or drag to resize
OutputLayerCreatePerceptron Method
Creates a Perceptron in this Layer of the neural network. By default, the created Perceptron uses the linear activation function and has an initial bias value of zero.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Perceptron CreatePerceptron()

Return Value

Type: Perceptron

[Missing <returns> documentation for "M:Imsl.DataMining.Neural.OutputLayer.CreatePerceptron"]

See Also