Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream to which the network is to be serialized.
See Also