برای رسم جداول پیچیده میتونید از ابزارهای تولید جدول استفاده کنید. بنده جدول شما رو با استفاده از این ابزار تولید کردم.
\begin{table}[]
\centering
\caption{My caption}
\label{my-label}
\begin{tabular}{cccccc}
\hline
\multirow{2}{*}{} & \multicolumn{2}{c}{ETC} & & \multicolumn{2}{c}{MA} \\ \cline{2-3} \cline{5-6}
& 10 & 20 & & 10 & 20 \\ \hline
$\alpha=0$ & x & x & & x & x \\
$\alpha=1$ & x & x & & x & x \\ \hline
\end{tabular}
\end{table}
در ابتدای متنتون هم بسته زیر رو فرا بخونید.
\usepackage{multirow}