Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistributionSave Method (String)

Saves the hidden Markov model to a stream.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Save(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The stream to which the model is to be serialized.
See Also