|
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
)
Public Shared Function Load (
fileName As String
) As Network
Request Example
View SourceParameters
- fileName
- Type: SystemString
File name to load network from.
Return Value
Type:
NetworkReturns 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