10 #ifndef INDEPENDENT_JOB_H_
11 #define INDEPENDENT_JOB_H_
65 return "IndependentJob";
84 #endif // INDEPENDENT_JOB_H_
virtual const char * get_name() const
Class SGObject is the base class of all shogun objects.
CIndependentJob(CJobResultAggregator *aggregator)
Abstract base class that provides an interface for computing an aggeregation of the job results of in...
all of classes and functions are contained in the shogun namespace
Abstract base for general computation jobs to be registered in CIndependentComputationEngine. compute method produces a job result and submits it to the internal JobResultAggregator. Each set of jobs that form a result will share the same job result aggregator.
virtual ~CIndependentJob()
CJobResultAggregator * m_aggregator