|
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
)
Public Sub Save (
fileName As String
)
Request Example
View SourceParameters
- fileName
- Type: SystemString
File name to save network into.
Remarks The neural network is saved using .NET serialization (binary formatter is used).
See Also