Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistributionLoad Method (Stream)

Loads a hidden Markov model from a stream.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static HiddenMarkovModel<TDistribution> Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from which the model is to be deserialized.

Return Value

Type: HiddenMarkovModelTDistribution
The deserialized model.
See Also