25 lines
748 B
TeX
25 lines
748 B
TeX
|
\chapter*{Abkürzungen}
|
||
|
\label{cha:abbrev}
|
||
|
\begin{acronym}
|
||
|
% Zugriff ueber \ac{BWT} 1te mal Vollreferenz, danach Abk.
|
||
|
%oder \acf{BWT} (full) immer Vollreferenz
|
||
|
%\acro{Abk}[short name]{full name} longer Explanation
|
||
|
%
|
||
|
% Zur Vereinfachung die Ab
|
||
|
%
|
||
|
%
|
||
|
%\acro{GPL}{GNU General Public License} --
|
||
|
% License for free software, see \url{http://www.gnu.org/copyleft/gpl.html}.
|
||
|
\acro{KNN}{K-Nearest-Neighbor}
|
||
|
\acro{ODCT}{Overcomplete Discrete Cosine Transform}
|
||
|
\acro{OMP}{Orthogonal Matching Pursuit}
|
||
|
\acro{PCA}{Principle Component Analysis}
|
||
|
\acro{POI}{Points of Interest}
|
||
|
\acro{RMSE}{Rooted Mean Square Error}
|
||
|
\acro{SAS}{Sparse Approximate Solution} - Abschätzungsproblem einer spärlichen Repräsentation.
|
||
|
\acro{SAT}{Summed Area Table}
|
||
|
|
||
|
%
|
||
|
%
|
||
|
\end{acronym}
|