|
HiddenMarkovClassifierTDistributionSave Method (Stream)
|
Note: This API is now obsolete.
Saves the classifier to a stream.
Namespace:
Accord.Statistics.Models.Markov
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.Serializer.Save instead.")]
public void Save(
Stream stream
)
<ObsoleteAttribute("Please use Accord.Serializer.Save instead.")>
Public Sub Save (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream to which the classifier is to be serialized.
See Also