You are here: Start » FIL.NET » Invoke.FindDataMode_MeanShift

Invoke.FindDataMode_MeanShift

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void FindDataMode_MeanShift
(
	List<float> inValues,
	int inIterationCount,
	float inSpread,
	out float outMode
)

Parameters

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

See also