Last active
November 12, 2015 00:45
-
-
Save mitliagkas/d1032ab5b3e29e2a5be6 to your computer and use it in GitHub Desktop.
Latex Table (taken from ICML 2015 style-file)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{table}[t] | |
\caption{Classification accuracies for naive Bayes and flexible | |
Bayes on various data sets.} | |
\label{sample-table} | |
\vskip 0.15in | |
\begin{center} | |
\begin{small} | |
\begin{sc} | |
\begin{tabular}{lcccr} | |
\hline | |
\abovespace\belowspace | |
Data set & Naive & Flexible & Better? \\ | |
\hline | |
\abovespace | |
Breast & 95.9$\pm$ 0.2& 96.7$\pm$ 0.2& $\surd$ \\ | |
Cleveland & 83.3$\pm$ 0.6& 80.0$\pm$ 0.6& $\times$\\ | |
Glass2 & 61.9$\pm$ 1.4& 83.8$\pm$ 0.7& $\surd$ \\ | |
Credit & 74.8$\pm$ 0.5& 78.3$\pm$ 0.6& \\ | |
Horse & 73.3$\pm$ 0.9& 69.7$\pm$ 1.0& $\times$\\ | |
Meta & 67.1$\pm$ 0.6& 76.5$\pm$ 0.5& $\surd$ \\ | |
Pima & 75.1$\pm$ 0.6& 73.9$\pm$ 0.5& \\ | |
\belowspace | |
Vehicle & 44.9$\pm$ 0.6& 61.5$\pm$ 0.4& $\surd$ \\ | |
\hline | |
\end{tabular} | |
\end{sc} | |
\end{small} | |
\end{center} | |
\vskip -0.1in | |
\end{table} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment