Click or drag to resize
Accord.NET (logo)

MeanShiftKernel Property

Gets or sets the density kernel to be used in the algorithm. Default is to use the UniformKernel.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IRadiallySymmetricKernel Kernel { get; set; }
Request Example View Source

Property Value

Type: IRadiallySymmetricKernel
See Also