diff options
Diffstat (limited to 'chapters/sigmod23')
| -rw-r--r-- | chapters/sigmod23/framework.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapters/sigmod23/framework.tex b/chapters/sigmod23/framework.tex index 1eb2589..218c290 100644 --- a/chapters/sigmod23/framework.tex +++ b/chapters/sigmod23/framework.tex @@ -496,11 +496,11 @@ be taken to obtain a sample set of size $k$. \label{ssec:sampling-design-space} The final of the desiderata referenced earlier in this chapter for our -dynamized sampling indices is having tunable performance. The base +dynamized sampling indices is having tuneable performance. The base Bentley-Saxe method has a highly rigid reconstruction policy that, while theoretically convenient, does not lend itself to performance tuning. However, it can be readily modified to form a more relaxed policy -that is both tunable, and generally more performant, at the cost of some +that is both tuneable, and generally more performant, at the cost of some additional theoretical complexity. There has been some theoretical work in this area, based upon nesting instances of the equal block method within the Bentley-Saxe method~\cite{overmars81}, but these methods are |