|
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
)
Public Shared Function Load (
stream As Stream
) As Network
Request Example
View SourceParameters
- stream
- Type: System.IOStream
Stream 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