| NormalBayesClassifierLoad 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 NormalBayesClassifier Load(
string filePath
)
Public Shared Function Load (
filePath As String
) As NormalBayesClassifier
public:
static NormalBayesClassifier^ Load(
String^ filePath
)
static member Load :
filePath : string -> NormalBayesClassifier
Parameters
- filePath
- Type: SystemString
[Missing <param name="filePath"/> documentation for "M:OpenCvSharp.ML.NormalBayesClassifier.Load(System.String)"]
Return Value
Type:
NormalBayesClassifier[Missing <returns> documentation for "M:OpenCvSharp.ML.NormalBayesClassifier.Load(System.String)"]
See Also