Accord.Statistics.Kernels.HistogramIntersection.HistogramIntersection C# (CSharp) Method

HistogramIntersection() public method

Constructs a new Generalized Histogram Intersection Kernel.
public HistogramIntersection ( double alpha = 1, double beta = 1 ) : System
alpha double
beta double
return System
        public HistogramIntersection(double alpha = 1, double beta = 1)
        {
            this.alpha = alpha;
            this.beta = beta;
        }