10 #ifndef DENSE_EXACT_LOG_JOB_H_ 11 #define DENSE_EXACT_LOG_JOB_H_ 13 #include <shogun/lib/config.h> 19 template<
class T>
class SGVector;
20 template<
class T>
class CDenseMatrixOperator;
57 return "DenseExactLogJob";
73 #endif // DENSE_EXACT_LOG_JOB_H_ Class that represents the job of applying the log of a CDenseMatrixOperator on a real vector...
virtual ~CDenseExactLogJob()
virtual const char * get_name() const
CDenseMatrixOperator< float64_t > * get_operator() 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
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.
SGVector< float64_t > get_vector() const