Click or drag to resize

NormalBayesClassifierLoadFromString Method

Loads algorithm from a String.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static NormalBayesClassifier LoadFromString(
	string strModel
)

Parameters

strModel
Type: SystemString
he string variable containing the model you want to load.

Return Value

Type: NormalBayesClassifier

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

See Also