0

I have a table with the following row:

enter image description here

Currently, 'SVM' and 'RF' are shown next to each other in the 'Algorithm' column. Instead, I want RF to be shown underneath in the same row. I tried to do this by using spaces, but that doesnt work. How can I force the spaces? Or is there another way to do this?

I have the following code:

\begin{table}
\begin{tabular}{ |p{0.5cm}|p{1cm}|p{1cm}|p{1cm}|p{1.5cm}|p{1.5cm}|p{1.5cm}|p{2.2cm}|p{0.8cm}| }
 \hline
 &F1&Prec.&Recall&Task&Training set&Algorithm&Representation&Year\\
 \hline
 \cite{zhu2020comparisons}&0.989, 0.989&0.996, 0.998&0.982, 0.980&Symptoms&2000&SVM, RF&TF&2020\\
\hline
\hline
\end{tabular}
\end{table}
Emil
  • 370

0 Answers0