Guest User

Untitled

a guest
Apr 21st, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. documentclass[11pt,a4paper,titlepage]{article}
  2. usepackage{booktabs}
  3. usepackage[allow-number-unit-breaks]{siunitx}
  4. begin{document}
  5. begin{table}[!htbp]
  6. centering
  7. caption{Percentage of Correct Predictions and AUC Values by Kernel}
  8. label{tab34}
  9. begin{tabular*}{linewidth}{@{extracolsep{fill}}llSS}
  10. toprule textbf{Model} & textbf{Kernel} & textbf{% Correct Classification} & textbf{AUC Values}\
  11. midrule
  12. Model 20 & Linear & 49.9 & 0.50\
  13. Model 21 & Polynomial ($d = 2$) & 93.6 & 0.98 \
  14. Model 22 & Radial & 49.9 & 0.50 \
  15. bottomrule
  16. end{tabular*}
  17. end{table}
  18. end{document}
Add Comment
Please, Sign In to add comment