|
DeepBeliefNetworkSave Method (String)
|
Saves the network to a stream.
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public void Save(
string path
)
Public Sub Save (
path As String
)
Request Example
View SourceParameters
- path
- Type: SystemString
The file path to which the network is to be serialized.
See Also