diff options
Diffstat (limited to 'chapters')
| -rw-r--r-- | chapters/sigmod23/framework.tex | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chapters/sigmod23/framework.tex b/chapters/sigmod23/framework.tex index 02a43de..256d127 100644 --- a/chapters/sigmod23/framework.tex +++ b/chapters/sigmod23/framework.tex @@ -16,30 +16,6 @@ there in the context of IRS apply equally to the other sampling problems considered in this chapter. In this section, we will discuss approaches for resolving these problems. - -\begin{table}[t] -\centering - -\begin{tabular}{|l l|} - \hline - \textbf{Variable} & \textbf{Description} \\ \hline - $N_b$ & Capacity of the mutable buffer \\ \hline - $s$ & Scale factor \\ \hline - $B_c(n)$ & SSI construction cost from unsorted records \\ \hline - $B_r(n)$ & SSI reconstruction cost from existing SSI instances\\ \hline - $L(n)$ & SSI point-lookup cost \\ \hline - $P(n)$ & SSI sampling pre-processing cost \\ \hline - $S(n)$ & SSI per-sample sampling cost \\ \hline - $W(n)$ & SSI weight determination cost \\ \hline - $R(n)$ & Rejection check cost \\ \hline - $\delta$ & Maximum delete proportion \\ \hline -\end{tabular} -\label{tab:nomen} - -\caption{\textbf{Nomenclature.} A reference of variables and functions -used in this chapter.} -\end{table} - \subsection{Sampling over Decomposed Structures} \label{ssec:decomposed-structure-sampling} |