LogisticRegression Constructor
|
Creates instance by raw pointer cv::ml::LogisticRegression*
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected LogisticRegression(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
LogisticRegression(
IntPtr p
)
new :
p : IntPtr -> LogisticRegression
OpenCvSharp.ML.LogisticRegression = function(p);
Parameters
- p
- Type: SystemIntPtr
See Also