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
Syntaxpublic 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
OpenCvSharp.ML.NormalBayesClassifier.Load = function(filePath);
Parameters
- filePath
- Type: SystemString
Return Value
Type:
NormalBayesClassifier
See Also