diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2012-09-18 21:43:15 -0700 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2012-09-18 21:43:15 -0700 |
| commit | fe28145b153df0fa8c216a79c3f1f1d6f30f6078 (patch) | |
| tree | a4349be8e640c036d614ede7899438a73ad8b476 | |
| parent | 9027a65ae09126a537a894e8236b73d621183752 (diff) | |
| download | kinect-fe28145b153df0fa8c216a79c3f1f1d6f30f6078.tar.gz | |
Small typo in my section.
| -rw-r--r-- | algorithm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm.tex b/algorithm.tex index 7f6543a..ff396eb 100644 --- a/algorithm.tex +++ b/algorithm.tex @@ -21,7 +21,7 @@ We want a probabilistic model for the joint distribution $P(\bx, y)$. Our dataset $\cD = \set{(\bx_1, y_1),\ldots,(\bx_n, y_n)}$ consists of $n$ pairs $(\bx_i, y_i)$ where $y_i$ is the label of the skeleton $\bx_i$. For each feature $k\in \set{1,\ldots, 9}$, we plot the histogram of the set of -differences $\set{(\bx_i)_k - (\bar{\bx}_{y_i})_k,\; i\in\set{3,\ldots, n}}$, +differences $\set{(\bx_i)_k - (\bar{\bx}_{y_i})_k,\; i\in\set{1,\ldots, n}}$, between a measurement of a feature $(\bx_i)_k$ and the average of all the measurements of the same feature belonging to the same class $(\bar{\bx}_{y_i})_k$. These histograms are presented in Figure~\ref{fig:error |
