LogisticRegressionGetLearntThetas Method
|
This function returns the trained paramters arranged across rows.
For a two class classifcation problem, it returns a row matrix.
It returns learnt paramters of the Logistic Regression as a matrix of type CV_32F.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat GetLearntThetas()
Public Function GetLearntThetas As Mat
public:
Mat^ GetLearntThetas()
member GetLearntThetas : unit -> Mat
function GetLearntThetas();
Return Value
Type:
Mat
See Also