| LogisticRegressionGetLearntThetas Method |
This function returns the trained parameters arranged across rows.
For a two class classification problem, it returns a row matrix.
It returns learnt parameters of the Logistic Regression as a matrix of type CV_32F.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat GetLearntThetas()
Public Function GetLearntThetas As Mat
public:
Mat^ GetLearntThetas()
member GetLearntThetas : unit -> Mat
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.ML.LogisticRegression.GetLearntThetas"]
See Also