SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 成员函数 | Public 属性
CMath::IndexSorter< T > 模板结构体 参考

详细描述

template<class T>
struct shogun::CMath::IndexSorter< T >

Helper functor for the function argsort

在文件 Math.h1575 行定义.

Public 成员函数

 IndexSorter (const SGVector< T > *vec)
 
bool operator() (index_t i, index_t j) const
 

Public 属性

const T * data
 

构造及析构函数说明

IndexSorter ( const SGVector< T > *  vec)

constructor

在文件 Math.h1578 行定义.

成员函数说明

bool operator() ( index_t  i,
index_t  j 
) const

access operator

在文件 Math.h1581 行定义.

类成员变量说明

const T* data

data

在文件 Math.h1588 行定义.


该结构体的文档由以下文件生成:

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