0
Answer

Majority vote for multiclass

Ask a question
In multiclass using SVM,we develop n classifiers to solve the problem of multiclass.
How can use Majority vote to combined the n classifiers.
also, how calculate accuracy in this case.
Through reading I found more than one method to do that and now I can't understand which one is good!!.
Also,  applied majority vote as simple one as some paper claimed that.

please help me