The Algorithm of Park; Chen; and Yu (PCY) (Finding Frequent Itemsets Finding Frequent Itemsets)
Revision as of 10:53, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{2})$ == Space Complexity == $O(n^{2})$ words (Derived: modification of the Apriori algorithm, with same asymptotic complexities.) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1995 == Reference == https://dl-acm-org.ezproxy.canberra.edu.au/doi/abs/10.1145/568271.223813")
Time Complexity
$O(n^{2})$
Space Complexity
$O(n^{2})$ words
(Derived: modification of the Apriori algorithm, with same asymptotic complexities.)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1995
Reference
https://dl-acm-org.ezproxy.canberra.edu.au/doi/abs/10.1145/568271.223813