Bellare Active Learning (Entity Resolution Entity Resolution): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(n^{2} logn clogc)$ == Space Complexity == () == Description == Pairwise ER Active Learning == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 2012 == Reference == https://dl.acm.org/doi/10.1145/2339530.2339707") |
No edit summary |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O(n^{2} | $O(n^{2} \log n c \log c)$ | ||
== Space Complexity == | == Space Complexity == | ||
words | |||
() | () | ||
Line 23: | Line 23: | ||
== Model of Computation == | == Model of Computation == | ||
Word RAM | |||
== Year == | == Year == |
Latest revision as of 07:57, 10 April 2023
Time Complexity
$O(n^{2} \log n c \log c)$
Space Complexity
words
()
Description
Pairwise ER Active Learning
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2012