0
Anonymous
Cardinality in computer science anyway, is defined as the frequency or occurrence of some thing or event, for example:
#j: 0 ≤ j < N: f.j mod 2 = 0
where #j is the frequency (cardinality) of j
in the range 0 ≤ j < N
where f.j is some even number
Wiki User