|
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
)
Public Shared Function Load (
stream As Stream
) As HiddenMarkovModel(Of TDistribution)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from which the model is to be deserialized.
Return Value
Type:
HiddenMarkovModelTDistributionThe deserialized model.
See Also