14 #include <shogun/lib/config.h> 50 virtual const char*
get_name()
const {
return "MeanRule"; }
virtual SGVector< float64_t > combine(const SGMatrix< float64_t > &ensemble_result) const
virtual const char * get_name() const
CMeanRule simply averages the outputs of the Machines in the ensemble.
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...