Click or drag to resize
Accord.NET (logo)

MeanShift Constructor (IRadiallySymmetricKernel, Double)

Creates a new MeanShift algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MeanShift(
	IRadiallySymmetricKernel kernel,
	double bandwidth
)
Request Example View Source

Parameters

kernel
Type: Accord.Statistics.Distributions.DensityKernelsIRadiallySymmetricKernel
The density kernel function to use.
bandwidth
Type: SystemDouble
The bandwidth (also known as radius) to consider around samples.
See Also