I am working from this article

Article A novel method for predicting kidney stone type using ensemb...

. The author used a genetic algorithm for finding the optimal weight vector for voting with WEKA, but i don't know see can they did that. How can i use a genetic algorithm to find weight of voting classifier with WEKA?

This below paragraph has been extracted from the article:

In order to enhance the performance of the voting algorithm, a weighted majority vote is used. Simple majority vote algorithm is usually an effective way to combine different classifiers, but not all classifiers have the same effect on the classification problem. To optimize the results from weight majority vote classifier, we need to find the optimal weight vector. Applying Genetic algorithms is our solution for finding the optimal weight vector in this problem.

Similar questions and discussions