|
HiddenMarkovModelTDistributionLoad Method (String)
|
Loads a hidden Markov model from a file.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static HiddenMarkovModel<TDistribution> Load(
string path
)
Public Shared Function Load (
path As String
) As HiddenMarkovModel(Of TDistribution)
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file from which the model is to be deserialized.
Return Value
Type:
HiddenMarkovModelTDistributionThe deserialized model.
See Also