SHOGUN  v3.2.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)
 

宏定义说明

◆ IGNORE_IN_CLASSLIST

#define IGNORE_IN_CLASSLIST

在文件 orderTree.h20 行定义.

函数说明

◆ buildTree()

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

在文件 orderTree.h214 行定义.

◆ computeMaximalMean()

void computeMaximalMean ( struct Node *  root)

在文件 orderTree.h549 行定义.

◆ computeMaximalMean_without_nonnegative()

void computeMaximalMean_without_nonnegative ( struct Node *  root)

在文件 orderTree.h632 行定义.

◆ computeSolution()

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

在文件 orderTree.h717 行定义.

◆ deleteTree()

void deleteTree ( struct Node *  root)

在文件 orderTree.h792 行定义.

◆ initializeRoot()

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

在文件 orderTree.h274 行定义.

◆ initializeRootBinary()

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

在文件 orderTree.h336 行定义.

◆ initializeRootDepth1()

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

在文件 orderTree.h418 行定义.

◆ merge()

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

在文件 orderTree.h494 行定义.

◆ orderTree()

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

在文件 orderTree.h834 行定义.

◆ orderTree_without_nonnegative()

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

在文件 orderTree.h877 行定义.

◆ orderTreeBinary()

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

在文件 orderTree.h921 行定义.

◆ orderTreeDepth1()

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

在文件 orderTree.h968 行定义.

◆ readFromFile()

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

在文件 orderTree.h114 行定义.

◆ traversalTree()

void traversalTree ( struct Node *  root)

在文件 orderTree.h752 行定义.


SHOGUN Machine Learning Toolbox - Documentation