Predicts response for the input sample.
Namespace:
Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public static float CvSVMPredict( IntPtr model, IntPtr _sample ) |
Visual Basic (Declaration) |
---|
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)"]