You are here: Start » AVL.NET » AVS.FindDataMode_MeanShift Method

AVS.FindDataMode_MeanShift Method

Finds the mode in a set of data values by iteratively computing its median.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FindDataMode_MeanShift
(
	IList<float> inValues,
	int inIterationCount,
	float inSpread,
	out float outMode
)

Parameters

Name Type Range Default Description
inValuesSystem.Collections.Generic.IList<float>
inIterationCountint<0, 1000>1Default value: 1.
inSpreadfloat<0.0f, INF>2.0fDefault value: 2.0f.
outModefloat

See also