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

浏览源代码.

函数

static larank_kcache_t * larank_kcache_create (CKernel *kernelfunc)
 
static void xtruncate (larank_kcache_t *self, int32_t k, int32_t nlen)
 
static void xpurge (larank_kcache_t *self)
 
static void larank_kcache_set_maximum_size (larank_kcache_t *self, int64_t entries)
 
static void larank_kcache_destroy (larank_kcache_t *self)
 
static void xminsize (larank_kcache_t *self, int32_t n)
 
static int32_t * larank_kcache_r2i (larank_kcache_t *self, int32_t n)
 
static void xextend (larank_kcache_t *self, int32_t k, int32_t nlen)
 
static void xswap (larank_kcache_t *self, int32_t i1, int32_t i2, int32_t r1, int32_t r2)
 
static void larank_kcache_swap_rr (larank_kcache_t *self, int32_t r1, int32_t r2)
 
static void larank_kcache_swap_ri (larank_kcache_t *self, int32_t r1, int32_t i2)
 
static float64_t xquery (larank_kcache_t *self, int32_t i, int32_t j)
 
static float64_t larank_kcache_query (larank_kcache_t *self, int32_t i, int32_t j)
 
static void larank_kcache_set_buddy (larank_kcache_t *self, larank_kcache_t *buddy)
 
static float32_tlarank_kcache_query_row (larank_kcache_t *self, int32_t i, int32_t len)
 

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