The InputLayer object.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public abstract InputLayer InputLayer { get; } |
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property InputLayer As InputLayer |
Visual C++ |
---|
public: virtual property InputLayer^ InputLayer { InputLayer^ get () abstract; } |