Click or drag to resize
Accord.NET (logo)

NetworkSave Method (String)

Save network to specified file.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void Save(
	string fileName
)
Request Example View Source

Parameters

fileName
Type: SystemString
File name to save network into.
Remarks

The neural network is saved using .NET serialization (binary formatter is used).

See Also