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

详细描述

The helper class is used for Laplace and KL methods.

在文件 MatrixOperations.h53 行定义.

静态 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_choleksy (Eigen::VectorXd eigen_W, Eigen::VectorXd eigen_sW, Eigen::MatrixXd eigen_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 (Eigen::MatrixXd eigen_L, Eigen::MatrixXd eigen_kernel, Eigen::VectorXd eigen_sW, Eigen::MatrixXd eigen_V, float64_t scale)
 
static SGMatrix< float64_tget_inverse (SGMatrix< float64_t > L, SGMatrix< float64_t > kernel, SGVector< float64_t > sW, float64_t scale)
 
static SGMatrix< float64_tget_inverse (Eigen::MatrixXd eigen_L, Eigen::MatrixXd eigen_kernel, Eigen::VectorXd eigen_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.cpp86 行定义.

static SGMatrix<float64_t> get_choleksy ( Eigen::VectorXd  eigen_W,
Eigen::VectorXd  eigen_sW,
Eigen::MatrixXd  eigen_kernel,
float64_t  scale 
)
static
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.cpp159 行定义.

static SGMatrix<float64_t> get_inverse ( Eigen::MatrixXd  eigen_L,
Eigen::MatrixXd  eigen_kernel,
Eigen::VectorXd  eigen_sW,
Eigen::MatrixXd  eigen_V,
float64_t  scale 
)
static
SGMatrix< float64_t > get_inverse ( SGMatrix< float64_t L,
SGMatrix< float64_t kernel,
SGVector< float64_t sW,
float64_t  scale 
)
static

在文件 MatrixOperations.cpp97 行定义.

SGMatrix< float64_t > get_inverse ( Eigen::MatrixXd  eigen_L,
Eigen::MatrixXd  eigen_kernel,
Eigen::VectorXd  eigen_sW,
float64_t  scale 
)
static

在文件 MatrixOperations.cpp107 行定义.


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

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