|   | NetworkSave Method (String) | 
        
         
            Save network to specified file.
            
 
    Namespace: 
   Accord.Neuro
    Assembly:
   Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
 Syntax
Syntaxpublic void Save(
	string fileName
)
Public Sub Save ( 
	fileName As String
)
Parameters
- fileName
- Type: SystemString
 File name to save network into.
 Remarks
RemarksThe neural network is saved using .NET serialization (binary formatter is used).
 See Also
See Also