Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mmarinelliNode Name: Cardinality
Node Category: Profiling and Patterns
Use Case: Use this node to test for a 1:N relationship among keys from two data sets, within minimum and maximum values for N
Tested on Release: 4.5.0
External Dependencies: None
Practical Usage Example: An example use of this node has been provided in the prototype examples graph which is released in conjunction with the prototype library. Please see that graph for a executable use case.
Node Documentation:
Functional Description:
Tests a pair of input keys for a 1:N relationship of discrete values within a maximum and minimun threshold for N
Parameters:
-
InputKey: Input key for the cardinality test; this is the 1 side of the 1:N test.
-
LookupKey: Lookup key for the cardinality test; this is the N side of the 1:N test.
-
MinRelations: Minimum number of matches for a "true" result; the minimum value of N in the 1:N relationship
-
MaxRelations: Maximum number of matches for a "true" result; the maximum value of N in the 1:N relationship
Known Limitations: None