Click or drag to resize
Accord.NET (logo)

BagOfVisualWordsLoad Method (String)

Note: This API is now obsolete.

Loads a bag of words from a file.

Namespace:  Accord.Imaging
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Accord.IO.Serializer<BagOfVisualWords>.Load(path) method instead.")]
public static BagOfVisualWords Load(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file from which the bow is to be deserialized.

Return Value

Type: BagOfVisualWords
The deserialized bag of words.
See Also