A Perceptron in the OutputLayer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class OutputPerceptron : Perceptron
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OutputPerceptron _
	Inherits Perceptron
Visual C++
[SerializableAttribute]
public ref class OutputPerceptron : public Perceptron

Remarks

OutputPerceptrons are created by factory methods in Outputlayer.

OutputPerceptrons are not created directly. Instead factory methods in OutputLayer are used to create OutputPerceptrons within the OutputLayer. For example, OutputLayer.createPerceptron() creates a single OutputPerceptron.

Inheritance Hierarchy

See Also