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

浏览源代码.

宏定义

#define IGNORE_IN_CLASSLIST
 

函数

void readFromFile (char *FileName, struct ChildrenNum **TreeInfo, int n)
 
void buildTree (struct Node *root, struct ChildrenNum *treeInfo, double *u)
 
void initializeRoot (struct Node **Root, char *FileName, double *u, int rootNum, int n)
 
void initializeRootBinary (struct Node **Root, double *u, int n)
 
void initializeRootDepth1 (struct Node **Root, double *u, int n)
 
void merge (struct Node *root, struct Node *maxNode)
 
void computeMaximalMean (struct Node *root)
 
void computeMaximalMean_without_nonnegative (struct Node *root)
 
void computeSolution (double *x, struct Node *root)
 
void traversalTree (struct Node *root)
 
void deleteTree (struct Node *root)
 
void orderTree (double *x, char *FileName, double *u, int rootNum, int n)
 
void orderTree_without_nonnegative (double *x, char *FileName, double *u, int rootNum, int n)
 
void orderTreeBinary (double *x, double *u, int n)
 
void orderTreeDepth1 (double *x, double *u, int n)
 

宏定义说明

#define IGNORE_IN_CLASSLIST

在文件 orderTree.h20 行定义.

函数说明

void buildTree ( struct Node *  root,
struct ChildrenNum *  treeInfo,
double *  u 
)

在文件 orderTree.h216 行定义.

void computeMaximalMean ( struct Node *  root)

在文件 orderTree.h551 行定义.

void computeMaximalMean_without_nonnegative ( struct Node *  root)

在文件 orderTree.h634 行定义.

void computeSolution ( double *  x,
struct Node *  root 
)

在文件 orderTree.h719 行定义.

void deleteTree ( struct Node *  root)

在文件 orderTree.h794 行定义.

void initializeRoot ( struct Node **  Root,
char *  FileName,
double *  u,
int  rootNum,
int  n 
)

在文件 orderTree.h276 行定义.

void initializeRootBinary ( struct Node **  Root,
double *  u,
int  n 
)

在文件 orderTree.h338 行定义.

void initializeRootDepth1 ( struct Node **  Root,
double *  u,
int  n 
)

在文件 orderTree.h420 行定义.

void merge ( struct Node *  root,
struct Node *  maxNode 
)

在文件 orderTree.h496 行定义.

void orderTree ( double *  x,
char *  FileName,
double *  u,
int  rootNum,
int  n 
)

在文件 orderTree.h836 行定义.

void orderTree_without_nonnegative ( double *  x,
char *  FileName,
double *  u,
int  rootNum,
int  n 
)

在文件 orderTree.h879 行定义.

void orderTreeBinary ( double *  x,
double *  u,
int  n 
)

在文件 orderTree.h923 行定义.

void orderTreeDepth1 ( double *  x,
double *  u,
int  n 
)

在文件 orderTree.h970 行定义.

void readFromFile ( char *  FileName,
struct ChildrenNum **  TreeInfo,
int  n 
)

在文件 orderTree.h116 行定义.

void traversalTree ( struct Node *  root)

在文件 orderTree.h754 行定义.


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