11 #ifndef _COMBINATION_RULE_H_ 12 #define _COMBINATION_RULE_H_ 14 #include <shogun/lib/config.h> 53 virtual const char*
get_name()
const {
return "CombinationRule"; }
virtual ~CCombinationRule()
virtual SGVector< float64_t > combine(const SGMatrix< float64_t > &ensemble_result) const =0
Class SGObject is the base class of all shogun objects.
virtual const char * get_name() const
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...