Save network to specified file.

Namespace:  AForge.Neuro
Assembly:  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).

See Also