Click or drag to resize
Accord.NET (logo)

HiddenMarkovClassifierTDistributionLoad Method (Stream)

Note: This API is now obsolete.

Loads a classifier from a stream.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Accord.Serializer.Load instead.")]
public static HiddenMarkovClassifier<TDistribution> Load(
	Stream stream
)
Request Example View Source

Parameters

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

Return Value

Type: HiddenMarkovClassifierTDistribution
The deserialized classifier.
See Also