diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-05-24 20:02:47 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-05-24 20:02:47 -0400 |
| commit | 842ad973095ba36b7022f86a8af4517742cdb40b (patch) | |
| tree | 7983186a2a96db790ea9bf888cb324c298aaadf1 /chapters/sigmod23/framework.tex | |
| parent | b51d0c271ce32748945a611e416bb21867152e07 (diff) | |
| download | dissertation-842ad973095ba36b7022f86a8af4517742cdb40b.tar.gz | |
updates
Diffstat (limited to 'chapters/sigmod23/framework.tex')
| -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} |