|
BaseBagOfVisualWordsTModel, TFeature, TPoint, TClustering, TExtractorSave Method (String)
|
Note: This API is now obsolete.
Saves the bag of words to a file.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.IO.Serializer.Save() instead (or use it as an extension method).")]
public void Save(
string path
)
<ObsoleteAttribute("Please use Accord.IO.Serializer.Save() 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 bow is to be serialized.
See Also