|
NaiveBayesTDistributionSave Method (Stream)
|
Note: This API is now obsolete.
Saves the Naïve Bayes model to a stream.
Namespace:
Accord.MachineLearning.Bayes
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.IO.Serializer.Save(stream) instead (or use it as an extension method).")]
public virtual void Save(
Stream stream
)
<ObsoleteAttribute("Please use Accord.IO.Serializer.Save(stream) instead (or use it as an extension method).")>
Public Overridable Sub Save (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream to which the Naïve Bayes model is to be serialized.
See Also