Ich möchte folgendes erreichen: "Criteria" soll zentriert in der oberen linken Zelle sein. Die Spalten zu I-VT etc. sollen sich gleich groß verteilen. Ebenso möchte ich, dass "Temporal" nicht über die Tabellengrenze hinausläuft, denn das wäre ja recht unschön.
Vielen Dank schon mal für eure Hilfe!
Bild:

Code:
\begin{figure} \begin{center} \begin{tabular}{ |c|c|c|c|c| } \hline \multicolumn{2}{|c|}{\multirow{2}{*}{Criteria}} & \multicolumn{3}{|c|}{Representive Algorithm} \\ \cline{3-5} \multicolumn{2}{|c|}{}& \parbox[tt]{2mm}{\rotatebox{90}{I-VT}} & \parbox[tt]{2mm}{\rotatebox{90}{I-HMM }} & \parbox[tt]{2mm}{\rotatebox{90}{I-DT}} \\ \hline \parbox[tt]{2mm}{\multirow{3}{4em}{\rotatebox[origin=c]{90}{Spatial}}} & Velocity-based & x & x & \\ & Dispersion Based & & & x\\ & Area-based & & & \\ \hline \parbox[tt]{2mm}{\multirow{2}{4em}{\rotatebox[origin=c]{90}{Temporal}}} & Duration sensitive & & & x\\ & Locally Adaptive & & x & x\\ \hline \end{tabular} \label{fig:Klassifizierung} \end{center} \end{figure}
