Table of Contents

Method GetLearntThetas

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

GetLearntThetas()

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.

public Mat GetLearntThetas()

Returns

Mat