|
HistogramIntersection Constructor
|
Constructs a new Generalized Histogram Intersection Kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public HistogramIntersection(
double alpha = 1,
double beta = 1
)
Public Sub New (
Optional alpha As Double = 1,
Optional beta As Double = 1
)
Request Example
View SourceParameters
- alpha (Optional)
- Type: SystemDouble
- beta (Optional)
- Type: SystemDouble
See Also