11 #ifndef _MAJORITY_VOTE_H_ 12 #define _MAJORITY_VOTE_H_ 14 #include <shogun/lib/config.h> 51 virtual const char*
get_name()
const {
return "MajorityVote"; }
virtual const char * get_name() const
Weighted Majority Vote implementation.
CMajorityVote is a CWeightedMajorityVote combiner, where each Machine's weight in the ensemble is 1...
virtual SGVector< float64_t > combine(const SGMatrix< float64_t > &ensemble_result) const
all of classes and functions are contained in the shogun namespace