|
NaiveBayesSave Method (String)
|
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(path) instead (or use it as an extension method).")]
public void Save(
string path
)
<ObsoleteAttribute("Please use Accord.IO.Serializer.Save(path) instead (or use it as an extension method).")>
Public Sub Save (
path As String
)
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file to which the Naïve Bayes model is to be serialized.
See Also