Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelLoadTDistribution Method (String)

Note: This API is now obsolete.

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
[ObsoleteAttribute("Please use the Accord.Serializer class instead.")]
public static HiddenMarkovModel<TDistribution> Load<TDistribution>(
	string path
)
where TDistribution : IDistribution
Request Example View Source

Parameters

path
Type: SystemString
The path to the file from which the model is to be deserialized.

Type Parameters

TDistribution

Return Value

Type: HiddenMarkovModelTDistribution
The deserialized model.
See Also