Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. % Please add the following required packages to your document preamble:
  3. % \usepackage{multirow}
  4. \begin{table}[]
  5. \centering
  6. \caption{My caption}
  7. \label{my-label}
  8. \begin{tabular}{l|l|l|l|l|}
  9. \cline{2-5}
  10. & \multicolumn{2}{l|}{\textbf{Original}} & \multicolumn{2}{l|}{\textbf{Transformed}} \\ \cline{2-5}
  11. & Accuracy & precision & Accuracy & precision \\ \hline
  12. \multicolumn{1}{|l|}{ACGC+cosine} & 0 & 1 & 4 & 5 \\ \hline
  13. \multicolumn{1}{|l|}{\multirow{2}{*}{ACGC+learning}} & \multirow{2}{*}{2} & \multirow{2}{*}{3} & \multirow{2}{*}{6} & \multirow{2}{*}{7} \\
  14. \multicolumn{1}{|l|}{} & & & & \\ \hline
  15. \end{tabular}
  16. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement