Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Data Classification » Statistics » FindDataMode_FixedCount
| Module: | FoundationPro |
|---|
Finds the mode in a set of data values by looking for highest concentration of a fixed number of samples.
Applications
Can be used to determine a histogram maximum without actually creating the histogram.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inValues | RealArray | ||
![]() |
inMinValue | Real* | ||
![]() |
inMaxValue | Real* | ||
![]() |
inCount | Integer | 2 - ![]() |
|
![]() |
inCycle | Real* | ||
![]() |
outMode | Real | ||
![]() |
outMiddle | Real | ||
![]() |
outSpread | Real | ||
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array in FindDataMode_FixedCount. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of FindDataMode filter group.

Advanced

