The Multihash Algorithm (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 == 1999 == Reference == http://ilpubs.stanford.edu:8090/423/")
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
1999