Majority Voting
Supermajority votingIt is a voting method that requires more than half of the valid votes to be recognized. When multiple classifiers predict a certain category, only the part that is higher than half of the total results will be predicted.
The following is the formula for representation:
T means there are T classifiers, N means there are N categories, that is, when the prediction results of T classifiers for category j are greater than half of the total voting results, it is predicted to be category j, otherwise it is rejected.