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.0.0

Syntax

C#
public virtual Perceptron CreatePerceptron()
Visual Basic (Declaration)
Public Overridable Function CreatePerceptron As Perceptron
Visual C++
public:
virtual Perceptron^ CreatePerceptron()

Return Value

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

See Also