11 #ifndef _WEIGHTED_MAJORITY_VOTE_H_
12 #define _WEIGHTED_MAJORITY_VOTE_H_
86 virtual const char*
get_name()
const {
return "WeightedMajorityVote"; }
102 void register_parameters();
virtual SGVector< float64_t > combine(const SGMatrix< float64_t > &ensemble_result) const
SGVector< float64_t > get_weights() const
void set_weights(SGVector< float64_t > &w)
virtual ~CWeightedMajorityVote()
Weighted Majority Vote implementation.
virtual const char * get_name() const
SGVector< float64_t > m_weights
all of classes and functions are contained in the shogun namespace
CombinationRule abstract class The CombinationRule defines an interface to how to combine the classif...
virtual float64_t weighted_combine(const SGVector< float64_t > &ensemble_result) const