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

浏览源代码.

class  v_array< T >
 Class v_array taken directly from JL's implementation. 更多...
 
class  CJLCoverTreePoint
 Class Point to use with John Langford's CoverTree. This class must have some assoficated functions defined (distance, parse_points and print, see below) so it can be used with the CoverTree implementation. 更多...
 

枚举

enum  EFeaturesContainer { FC_LHS = 0, FC_RHS = 1 }
 

函数

template<class T >
void push (v_array< T > &v, const T &new_ele)
 
template<class T >
void alloc (v_array< T > &v, int length)
 
template<class T >
v_array< T > pop (v_array< v_array< T > > &stack)
 
float distance (CJLCoverTreePoint p1, CJLCoverTreePoint p2, float64_t upper_bound)
 
v_array< CJLCoverTreePoint > parse_points (CDistance *distance, EFeaturesContainer fc)
 
void print (CJLCoverTreePoint &p)
 

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