SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 枚举
OperatorFunction.h 文件参考

浏览源代码.

singleton  SGVector< T >
 shogun vector 更多...
 
singleton  CLinearOperator< T >
 Abstract template base class that represents a linear operator, e.g. a matrix. 更多...
 
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. 更多...
 

枚举

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

SHOGUN 机器学习工具包 - 项目文档