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;
        }