| LogisticRegression Constructor |
Creates instance by raw pointer cv::ml::LogisticRegression*
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected LogisticRegression(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
LogisticRegression(
IntPtr p
)
new :
p : IntPtr -> LogisticRegression
Parameters
- p
- Type: SystemIntPtr
[Missing <param name="p"/> documentation for "M:OpenCvSharp.ML.LogisticRegression.#ctor(System.IntPtr)"]
See Also