📅  最后修改于: 2022-03-11 15:00:44.410000             🧑  作者: Mango
\begin{table}[]
\begin{tabular}{|l|l|l|l|l|}
\hline
\textbf{Classifiers} & \textbf{Nomally} & \textbf{10-Fold Cross Val.} & \textbf{5-Fold Cross Val.} & \textbf{Jackknife Cross Val.} \\ \hline
\multicolumn{1}{|c|}{Support Vector Machines} & 92.5\% & 87.4\% & 86.3\% & 86.9\% \\ \hline
k-Nearest Neighbor & 96.2\% & 89.7\% & 89.2\% & 90.2\% \\ \hline
Decision Trees & 99.4\% & 99.6\% & 99.8\% & 99.6\% \\ \hline
Logistic Regression & 97.8\% & 98.3\% & 98.1\% & 98.8\% \\ \hline
Naïve Bayes & 86.6\% & 88.7\% & 87.9\% & 91.2\% \\ \hline
Random Forests & 100\% & 100\% & 100\% & 100\% \\ \hline
\end{tabular}
\end{table}