The Match Count component provides pairing-based combinatorial analysis on any number of inputs and provides information via its outputs about the number of and values of combinations it finds. This component is useful in quickly identifying the most common occurring number within a set, and how many of that number occurred. In addition, number of unique pairs is provided, along with least frequent number. Attach any number of inputs to consider in the computation.
Inputs: 0
Input Name:
Description:
Outputs: 6
Output Name:
Description:
Unique Pairs
The total number of unique pairs of matching values.
Unique values
The total number of unique values.
Most Frequent
Most frequent value found, where the number of occurrances is greater than 1. If two or more values have pairs occurring in same quantity, the first found will be provided here.
Hits of most
The total number of matching values of the most frequently found number.
Least Frequent
Least frequent value found, where the number of occurrances can be 1. If two or more values have pairs occurring in same quantity, the first found will be provided here.
Hits of least
The total number of matching values of the least frequently found number.