rapport : ajout appendices
This commit is contained in:
parent
d48c55ce4c
commit
334ec50352
2 changed files with 49 additions and 17 deletions
25
rapport/appendices.tex
Normal file
25
rapport/appendices.tex
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
\clearpage
|
||||||
|
\pagenumbering{arabic}% resets `page` counter to 1
|
||||||
|
\renewcommand*{\thepage}{A\arabic{page}}
|
||||||
|
\appendix
|
||||||
|
\chapter{Supplementary for~\nameref{chap:simulation-studies}}
|
||||||
|
Below are the supplementary material for the~\nameref{chap:simulation-studies}.
|
||||||
|
|
||||||
|
The table~\ref{tab:model-selection} present the results discussed in
|
||||||
|
section~\ref{sec:capacity-to-distinguish-pirhotext-colbisbm-from-iidtext-colbisbm-and-other-variants}
|
||||||
|
For the block number recovery part, the \emph{minimum} values are in
|
||||||
|
\textbf{bold} as they indicate conditions for which all the different models did
|
||||||
|
not recovered the correct structure.
|
||||||
|
|
||||||
|
For the model proportion part of the table, the \emph{maximum }values are in
|
||||||
|
\textbf{bold} and highlight the model that was selected the most among the
|
||||||
|
conditions.
|
||||||
|
|
||||||
|
Please note that blank space indicates that among all conditions
|
||||||
|
the corresponding model was not selected at all.
|
||||||
|
|
||||||
|
\begin{landscape}
|
||||||
|
\pagestyle{empty}
|
||||||
|
\input{../tables/simulations/model_selection/model-selection.tex}
|
||||||
|
\end{landscape}
|
||||||
|
\pagestyle{fancy}
|
||||||
|
|
@ -26,6 +26,8 @@
|
||||||
|
|
||||||
\usepackage{adjustbox}
|
\usepackage{adjustbox}
|
||||||
|
|
||||||
|
\usepackage{pdflscape}
|
||||||
|
|
||||||
\usepackage{float} % pour le placement des figure
|
\usepackage{float} % pour le placement des figure
|
||||||
\usepackage{caption} % Figures
|
\usepackage{caption} % Figures
|
||||||
\usepackage{subcaption} % And Subfigures
|
\usepackage{subcaption} % And Subfigures
|
||||||
|
|
@ -61,6 +63,10 @@
|
||||||
\renewcommand{\footrulewidth}{0pt}
|
\renewcommand{\footrulewidth}{0pt}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\fancypagestyle{noheader}{
|
||||||
|
\fancyhf{}% Clear header/footer
|
||||||
|
\renewcommand{\headrulewidth}{0pt}% No header rule
|
||||||
|
}
|
||||||
|
|
||||||
% Images
|
% Images
|
||||||
\graphicspath{{../img/}{../figure/}}
|
\graphicspath{{../img/}{../figure/}}
|
||||||
|
|
@ -225,6 +231,7 @@ automata,positioning}
|
||||||
\addtocounter{maincontentend}{1}
|
\addtocounter{maincontentend}{1}
|
||||||
\addtocounter{customchapter}{1}
|
\addtocounter{customchapter}{1}
|
||||||
\printbibliography
|
\printbibliography
|
||||||
|
\input{appendices.tex}
|
||||||
% \listoffigures
|
% \listoffigures
|
||||||
% \listoftables
|
% \listoftables
|
||||||
\end{selectlanguage}
|
\end{selectlanguage}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue