need to perform three level classification ....multivariate dataset are extracted and they need to be classified based on the training sets. help me with some matlab coding.
You can also consider using a Random Forest classifier, a very versatile machine learning algorithm which is quite robust against outliers and does not require any feature scaling or preparation. It can do single output multinomial classification. I believe there is also a Matlab implementation, see here: