MATLAB: Classifier

classification

i have a dataset of 100×6,i want to classify these and find the accuracy using random forest and mlp ,i have classifeid using svm and knn,but dont know how to do with MLP and random forest ,please do help

Best Answer

For Neural Net classification, see the documentation for patternnet and the classification demo example.
Hope this helps.
Greg