Table of Contents

Method GetWeights

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

GetWeights()

Returns the weights of the trained model (decision function f(x) = weights * x + shift).

public Mat GetWeights()

Returns

Mat