SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | 静态 Public 成员函数
CMatrixOperations类 参考

详细描述

The helper class is used for Laplace and KL methods.

在文件 MatrixOperations.h52 行定义.

静态 Public 成员函数

static SGMatrix< float64_tget_choleksy (SGVector< float64_t > W, SGVector< float64_t > sW, SGMatrix< float64_t > kernel, float64_t scale)
 
static SGMatrix< float64_tget_inverse (SGMatrix< float64_t > L, SGMatrix< float64_t > kernel, SGVector< float64_t > sW, SGMatrix< float64_t > V, float64_t scale)
 
static SGMatrix< float64_tget_inverse (SGMatrix< float64_t > L, SGMatrix< float64_t > kernel, SGVector< float64_t > sW, float64_t scale)
 

成员函数说明

SGMatrix< float64_t > get_choleksy ( SGVector< float64_t W,
SGVector< float64_t sW,
SGMatrix< float64_t kernel,
float64_t  scale 
)
static

在文件 MatrixOperations.cpp47 行定义.

SGMatrix< float64_t > get_inverse ( SGMatrix< float64_t L,
SGMatrix< float64_t kernel,
SGVector< float64_t sW,
SGMatrix< float64_t V,
float64_t  scale 
)
static

在文件 MatrixOperations.cpp108 行定义.

SGMatrix< float64_t > get_inverse ( SGMatrix< float64_t L,
SGMatrix< float64_t kernel,
SGVector< float64_t sW,
float64_t  scale 
)
static

在文件 MatrixOperations.cpp92 行定义.


该类的文档由以下文件生成:

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