|
DeepBeliefNetworkSave Method (Stream)
|
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(
Stream stream
)
Public Sub Save (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream to which the network is to be serialized.
See Also