Save network to specified file.
Namespace:
AForge.NeuroAssembly: AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public void Save( Stream stream ) |
Parameters
- stream
- Type: System.IO..::.Stream
Stream to save network into.
Remarks
The neural network is saved using .NET serialization (binary formatter is used).