Click or drag to resize
Accord.NET (logo)

NetworkLoad Method (Stream)

Load network from specified file.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public static Network Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
Stream to load network from.

Return Value

Type: Network
Returns instance of Network class with all properties initialized from file.
Remarks

Neural network is loaded from file using .NET serialization (binary formater is used).

See Also