10 #ifndef JOB_RESULT_AGGREGATOR_H_ 11 #define JOB_RESULT_AGGREGATOR_H_ 13 #include <shogun/lib/config.h> 68 return "JobResultAggregator";
87 #endif // JOB_RESULT_AGGREGATOR_H_
virtual void finalize()=0
Base class that stores the result of an independent job.
virtual void submit_result(CJobResult *result)=0
Class SGObject is the base class of all shogun objects.
virtual const char * get_name() const
Abstract base class that provides an interface for computing an aggeregation of the job results of in...
CJobResult * get_final_result() const
all of classes and functions are contained in the shogun namespace
virtual ~CJobResultAggregator()