10 #ifndef STORE_VECTOR_AGGREGATOR_H_ 11 #define STORE_VECTOR_AGGREGATOR_H_ 13 #include <shogun/lib/config.h> 60 return "StoreVectorAggregator";
73 #endif // STORE_VECTOR_AGGREGATOR_H_ SGVector< T > m_aggregate
Abstract template class that aggregates vector job results in each submit_result call, finalize is abstract.
Base class that stores the result of an independent job.
virtual void submit_result(CJobResult *result)
virtual void finalize()=0
virtual const char * get_name() const
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
Base class that stores the result of an independent job when the result is a vector.
virtual ~CStoreVectorAggregator()