11 #ifndef _COMBINATION_RULE_H_
12 #define _COMBINATION_RULE_H_
51 virtual const char*
get_name()
const {
return "CombinationRule"; }
virtual ~CCombinationRule()
virtual const char * get_name() const
virtual SGVector< float64_t > combine(const SGMatrix< float64_t > &ensemble_result) const =0
Class SGObject is the base class of all shogun objects.
CombinationRule abstract class The CombinationRule defines an interface to how to combine the classif...