Click or drag to resize
BinaryClassificationNetwork Property
The network being used for classification.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Network Network { get; }

Property Value

Type: Network
The network set by the constructor.
See Also