12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Your Thesis
- % File: chap04/chap04.tex
- % Part: experimental results, evaluation
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Experimental results and evaluation}
- \label{chap:evaluation}
- chapter intro, which applications do you analyze, perhaps summarize your results beforehand\newline
- \blindtext
- % -------------------------------------------------------------------
- \section{Experiment 1}
- \label{sec:experiment1}
- application, task of experiment 1\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Settings of experiment 1}
- \label{subsec:settings1}
- which data/datasets do you use? which parameter settings\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Results of experiment 1}
- \label{sec:results1}
- evaluation of experiment 1\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \section{Experiment 2}
- \label{sec:experiment1}
- application, task of experiment 2\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Settings of experiment 2}
- \label{subsec:settings2}
- which data/datasets do you use? which parameter settings\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- \subsection{Results of experiment 2}
- \label{sec:results2}
- evaluation of experiment 2\newline
- \Blindtext[2][2]
- % -------------------------------------------------------------------
- % insert further sections if necessary
|