Table of Contents

Property DefaultLearningRate

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

DefaultLearningRate

The learning rate of the algorithm. It lies between 0.0 and 1.0. It determines how quickly features are "forgotten" from histograms.

public double DefaultLearningRate { get; set; }

Property Value

double