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

详细描述

mapped sparse matrix for representing graph relations of tasks

在文件 LibLinearMTL.h36 行定义.

Public 成员函数

const float64_t operator() (index_t i_row, index_t i_col) const
 
void set_from_sparse (const SGSparseMatrix< float64_t > &sgm)
 

Public 属性

std::vector< std::map< index_t,
float64_t > > 
data
 

成员函数说明

const float64_t operator() ( index_t  i_row,
index_t  i_col 
) const

operator overload for matrix read only access

参数
i_row
i_col

在文件 LibLinearMTL.h45 行定义.

void set_from_sparse ( const SGSparseMatrix< float64_t > &  sgm)

set matrix from SGSparseMatrix

参数
sgm

在文件 LibLinearMTL.h63 行定义.

类成员变量说明

std::vector< std::map<index_t, float64_t> > data

under-the-hood data structure

在文件 LibLinearMTL.h85 行定义.


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

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