Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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