Guest User

Untitled

a guest
May 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.56 KB | None | 0 0
  1. \documentclass[11pt,a4paper,oneside]{report}
  2.  
  3. \usepackage{amssymb}
  4. \usepackage[cmex10]{amsmath}
  5. \usepackage[dvips]{graphicx}
  6. \usepackage[caption=false,font=footnotesize]{subfig}
  7. \usepackage{multirow}
  8. \usepackage{multicol}
  9. \usepackage{booktabs}
  10. \usepackage{threeparttable}
  11. \usepackage{tabularx}
  12.  
  13. \begin{document}
  14.  
  15. \section{Experimental Results for a wider range of Redundant Problems}\label{sec:redundant-results}
  16.  
  17. \begin{table*}
  18. \centering
  19. \caption{tt}
  20. \label{tab:pof-red-approx-represent}
  21. \subfloat[$g$ (convergence) and $I_s$ (diversity) measures]{
  22. \label{tab:pof-red-approx}
  23. \footnotesize{
  24. \begin{tabular}[b]{r cc cc}
  25. \toprule
  26.  2   05 & $0.15{\pm}0.09$ & $0.48{\pm}0.63$ & $1.93{\pm}0.01$ & $4.20{\pm}0.17$\\
  27.  \bottomrule
  28. \end{tabular}}}
  29. \subfloat[$T_{cor}$: NL-MVU-PCA]
  30. {
  31. \includegraphics[scale=0.63]{kernel-new-redundant.eps}
  32. \label{tab:tcor-mvu-red}
  33. }
  34. \subfloat[$T_{cor}$: L-PCA]
  35. {
  36. \includegraphics[scale=0.63]{linear-new-redundant.eps}
  37. \label{tab:tcor-pca-red}
  38. }
  39. \end{table*}
  40.  
  41. TEST:
  42. Table~\ref{tab:pof-red-approx-represent}
  43. Table~\ref{tab:pof-red-approx}
  44. Table~\ref{tab:tcor-mvu-red}
  45. Table~\ref{tab:tcor-pca-red}
  46. Table~\ref{tab:pc-non-redundant}
  47.  
  48. \begin{table*}[htbp]
  49. \centering
  50. \caption{yy}
  51. \label{tab:pc-non-redundant}
  52. {\footnotesize{\begin{tabularx}{\textwidth}{lcccccccc}
  53. \toprule
  54. 1(05) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) & 20 ($05.0{\pm}0.0$) \\
  55. \bottomrule
  56. \end{tabularx}
  57. }}
  58. \end{table*}
  59.  
  60. \end{document}
Add Comment
Please, Sign In to add comment