You are here: Start » FIL.NET » FIS.FindDataMode_MeanShift Method
FIS.FindDataMode_MeanShift Method
Finds the mode in a set of data values by iteratively computing its median.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FindDataMode_MeanShift ( IList<float> inValues, int inIterationCount, float inSpread, out float outMode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inValues | System.Collections.Generic.IList<float> | |||
![]() | inIterationCount | int | <0, 1000> | 1 | Default value: 1. |
![]() | inSpread | float | <0.0f, INF> | 2.0f | Default value: 2.0f. |
![]() | outMode | float |