SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
OperatorFunction.h File Reference

Go to the source code of this file.

Classes

class  COperatorFunction< T >
 Abstract template base class for computing \(s^{T} f(C) s\) for a linear operator C and a vector s. submit_jobs method creates a bunch of jobs needed to solve for this particular \(s\) and attaches one unique job aggregator to each of them, then submits them all to the computation engine. More...

Enumerations

enum  EOperatorFunction { OF_SQRT = 0, OF_LOG = 1, OF_POLY = 2, OF_UNDEFINED = 3 }

SHOGUN Machine Learning Toolbox - Documentation