Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file to which the bow is to be serialized.
See Also