\documentclass{article}
\usepackage[english]{babel}
\begin{document}
\begin{table}[!h]
\centering
\caption{نوع تقسیم بندی از نظر داده}
\label{100}
\begin{tabular}[width=0.7\textwidth]{|c|p{11cm}}
\hline

 \cite{namvar2010two} & $R(Recency),F(Frequency),M(Monetary),Education level,Occupation level,Age$\\
$R,F,M,Ordered\,quantity,ordered\,times,D-value,Level\,of\,customer,Commercial\,activities,Scale\,of\,operation,Commercial environment,Marketing\,type$ \cite{you2015decision}\\
$R,F,M + Age,Sex,Branch\,zone+Account\,type,Card\,ownership,Tatal\,number\,of\, product,current\,account,saving account,short\,term\,deposit\,account,Long\,term\,deposit\,account$ &  \cite{khajvand2011analyzing}\\
$R,F,M+Credit account$ & \cite{cheng2009classifying}\\
$Sex,Age,Occupation,Education,Household register,Marriage,Personal monthly income,Family info(income,size,economic\, status)$ & \cite{li2010credit}\\
\hline
\end{tabular}
\end{table}

\bibliographystyle{plain-fa}
\bibliography{myref}
\nocite{*}

\end{document}
