Accord.Statistics.Kernels.HistogramIntersection.HistogramIntersection C# (CSharp) Метод

HistogramIntersection() публичный Метод

Constructs a new Generalized Histogram Intersection Kernel.
public HistogramIntersection ( double alpha = 1, double beta = 1 ) : System
alpha double
beta double
Результат System
        public HistogramIntersection(double alpha = 1, double beta = 1)
        {
            this.alpha = alpha;
            this.beta = beta;
        }