Creates the empty model
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static KNearest Create()
Public Shared Function Create As KNearest
public:
static KNearest^ Create()
static member Create : unit -> KNearest
OpenCvSharp.ML.KNearest.Create = function();
Return Value
Type:
KNearest
See Also