Click or drag to resize

NormalBayesClassifierLoad Method

Loads and creates a serialized model from a file.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static NormalBayesClassifier Load(
	string filePath
)

Parameters

filePath
Type: SystemString

Return Value

Type: NormalBayesClassifier
See Also