Click or drag to resize

KNearestLoad Method

Loads and creates a serialized model from a file.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static KNearest Load(
	string filePath
)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:OpenCvSharp.ML.KNearest.Load(System.String)"]

Return Value

Type: KNearest

[Missing <returns> documentation for "M:OpenCvSharp.ML.KNearest.Load(System.String)"]

See Also