Click or drag to resize
Accord.NET (logo)

NetworkLoad Method (String)

Load network from specified file.

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

Parameters

fileName
Type: SystemString
File name 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