Input layer in a neural network.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class InputLayer : Layer |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class InputLayer _ Inherits Layer |
Visual C++ |
---|
[SerializableAttribute] public ref class InputLayer : public Layer |
Remarks
An InputLayer is automatically created by Network.