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