http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Predicts response for the input sample.
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static float CvSVMPredict( IntPtr model, IntPtr _sample ) |
Visual Basic |
---|
Public Shared Function CvSVMPredict ( _ model As IntPtr, _ _sample As IntPtr _ ) As Single |
Visual C++ |
---|
public: static float CvSVMPredict( IntPtr model, IntPtr _sample ) |
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvSVMPredict(System.IntPtr,System.IntPtr)"]