Click or drag to resize
Network Constructor
Default constructor for Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
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