SHOGUN v0.9.0
宏定义 | 类型定义
common.h文件参考

浏览该文件的源代码。

宏定义

#define RANDOM_MAX   2147483647
#define STRING_LEN   256
#define STRING_LEN_STR   "256"

类型定义

typedef char string_t [STRING_LEN]
typedef int machine_int_t

Standard Types

Definition of Platform independent Types

#define __STDC_FORMAT_MACROS   1
typedef float float32_t
typedef double float64_t
typedef long double floatmax_t

宏定义文档

#define __STDC_FORMAT_MACROS   1

在文件common.h43行定义。

#define RANDOM_MAX   2147483647

在文件common.h25行定义。

#define STRING_LEN   256

在文件common.h56行定义。

#define STRING_LEN_STR   "256"

在文件common.h57行定义。


类型定义文档

typedef float float32_t

Implementations tend to follow IEEE754

参见:
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4610935

在文件common.h50行定义。

typedef double float64_t

在文件common.h51行定义。

typedef long double floatmax_t

在文件common.h52行定义。

typedef int machine_int_t

在文件common.h60行定义。

typedef char string_t[STRING_LEN]

在文件common.h58行定义。


SHOGUN Machine Learning Toolbox - Documentation