|
DeepBeliefNetworkLoad Method (String)
|
Loads a network from a file.
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public static DeepBeliefNetwork Load(
string path
)
Public Shared Function Load (
path As String
) As DeepBeliefNetwork
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file from which the network is to be deserialized.
Return Value
Type:
DeepBeliefNetworkThe deserialized network.
See Also