From 842ad973095ba36b7022f86a8af4517742cdb40b Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sat, 24 May 2025 20:02:47 -0400 Subject: updates --- chapters/sigmod23/framework.tex | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'chapters') 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} -- cgit v1.2.3