|
Additive Constructor (IKernel, Double)
|
Constructs a new additive kernel.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Additive(
IKernel[] kernels,
params double[] weights
)
Public Sub New (
kernels As IKernel(),
ParamArray weights As Double()
)
Request Example
View SourceParameters
- kernels
- Type: Accord.Statistics.KernelsIKernel
Kernels to combine. - weights
- Type: SystemDouble
Weight values for each of the kernels.
Default is to assign equal weights.
See Also