19 using namespace Eigen;
23 CIndividualJobResultAggregator::CIndividualJobResultAggregator()
25 m_const_multiplier(0.0)
37 m_const_multiplier(const_multiplier)
43 m_linear_operator=linear_operator;
49 void CIndividualJobResultAggregator::init()
51 m_linear_operator=NULL;
53 SG_ADD(&m_vector,
"sample_vector",
79 result*=m_const_multiplier;
Base class that stores the result of an independent job when the result is a scalar.
std::complex< float64_t > complex128_t
SGVector< complex128_t > m_aggregate
Abstract template class that aggregates vector job results in each submit_result call, finalize is abstract.
SGVector< float64_t > get_imag()
CIndividualJobResultAggregator()
virtual const char * get_name() const
virtual ~CIndividualJobResultAggregator()
Class SGObject is the base class of all shogun objects.
virtual SGVector< T > apply(SGVector< T > b) const =0
all of classes and functions are contained in the shogun namespace