You are here: Start » Filter Groups » FindDataMode
FindDataMode
Description
Finds the mode of data sample
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
FixedCount | FindDataMode_FixedCount | Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples. Can be used to determine a histogram maximum without actually creating the histogram. |
![]() |
FixedSpread | FindDataMode_FixedSpread | Finds the mode in a set of data values by looking for highest number of samples withing the specified spread. Can be used to determine a histogram maximum without actually creating the histogram. |
![]() |
MeanShift | FindDataMode_MeanShift | Finds the mode in a set of data values by iteratively computing its median. Can be used to determine a histogram maximum without actually creating the histogram. |