Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double x, double y ) : double |
Generalized Histogram Intersection Kernel Function
|
|
HistogramIntersection ( double alpha = 1, double beta = 1 ) : System |
Constructs a new Generalized Histogram Intersection Kernel.
|
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |
public HistogramIntersection ( double alpha = 1, double beta = 1 ) : System | ||
alpha | double | |
beta | double | |
return | System |