11 #ifndef _COMBINATION_RULE_H_
12 #define _COMBINATION_RULE_H_
53 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.
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...