From 31bf2fe11bfc1ac342caf0e9dc925dd6ce0309f5 Mon Sep 17 00:00:00 2001 From: "hannes.kuchelmeister" Date: Wed, 25 Mar 2020 12:24:20 +0100 Subject: [PATCH] add group mappings to evaluation --- 30_Thesis/sections/60_evaluation.tex | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/30_Thesis/sections/60_evaluation.tex b/30_Thesis/sections/60_evaluation.tex index c8830ff..a4792db 100644 --- a/30_Thesis/sections/60_evaluation.tex +++ b/30_Thesis/sections/60_evaluation.tex @@ -129,6 +129,49 @@ These user profiles can be used to generate rather homogenous groups but also to \item homogeneous groups (only one preference profile for all group members which in this evaluation is the forest owner) \end{itemize} +\text + +\begin{table} + \begin{center} + \begin{tabular}{l|c|c|c|c} + & athlete & forest owner & environmentalist & consumer \\ + \hline + $(\textit{indigenous}, \text{low})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\ + $(\textit{indigenous}, \text{moderate})$ & \textit{positive} & neutral & \textbf{negative} & neutral \\ + $(\textit{indigenous}, \text{high})$ & \textit{positive} & \textbf{negative} & \textit{positive} & \textbf{negative} \\ + \hline + $(\textit{resilient}, \text{low})$ & neutral & \textit{positive} & neutral & neutral \\ + $(\textit{resilient}, \text{moderate})$ & \textit{positive} & neutral & neutral & neutral \\ + $(\textit{resilient}, \text{high})$ & \textit{positive} & \textbf{negative} & \textbf{negative} & \textbf{negative} \\ + \hline + $(\textit{usable}, \text{low})$ & neutral & neutral & neutral & \textbf{negative} \\ + $(\textit{usable}, \text{moderate})$ & neutral & neutral & \textbf{negative} & neutral \\ + $(\textit{usable}, \text{high})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & \textit{positive} \\ + \hline + $(\textit{effort}, \text{manual})$ & \textbf{negative} & neutral & \textit{positive} & \textbf{negative} \\ + $(\textit{effort}, \text{harvester})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\ + $(\textit{effort}, \text{autonomous})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\ + \hline + $(\textit{quantity}, \text{low})$ & \textit{positive} & \textbf{negative} & \textit{positive} & \textbf{negative} \\ + $(\textit{quantity}, \text{moderate})$ & neutral & \textit{positive} & neutral & \textbf{negative} \\ + $(\textit{quantity}, \text{high})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & \textit{positive} \\ + \hline + $(\textit{price}, \text{low})$ & neutral & neutral & neutral & \textit{positive} \\ + $(\textit{price}, \text{moderate})$ & neutral & \textit{positive} & neutral & neutral \\ + $(\textit{price}, \text{high})$ & neutral & \textit{positive} & neutral & \textbf{negative} \\ + \hline + $(\textit{accessibility}, \text{low})$ & \textbf{negative} & \textit{positive} & \textit{positive} & neutral \\ + $(\textit{accessibility}, \text{moderate})$ & neutral & neutral & neutral & neutral \\ + $(\textit{accessibility}, \text{high})$ & \textit{positive} & \textbf{negative} & \textbf{negative} & neutral \\ + \hline + \end{tabular} + \caption{ The attitudes of each group member profile. } + \label{tab:Evaluation:GroupMemberMappings} + \end{center} +\end{table} + + + \todo[inline]{explain preference profiles} \section{Hypotheses}