Default constructor for Network.

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

Syntax

C#
public Network()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Network()

Remarks

Since this class is abstract, it cannot be instantiated directly; this constructor is used by constructors in classes derived from Network.

See Also