SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
orderTree.h File Reference

Go to the source code of this file.

Macros

#define IGNORE_IN_CLASSLIST
 

Functions

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)
 

Macro Definition Documentation

#define IGNORE_IN_CLASSLIST

Definition at line 20 of file orderTree.h.

Function Documentation

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

Definition at line 216 of file orderTree.h.

void computeMaximalMean ( struct Node *  root)

Definition at line 551 of file orderTree.h.

void computeMaximalMean_without_nonnegative ( struct Node *  root)

Definition at line 634 of file orderTree.h.

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

Definition at line 719 of file orderTree.h.

void deleteTree ( struct Node *  root)

Definition at line 794 of file orderTree.h.

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

Definition at line 276 of file orderTree.h.

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

Definition at line 338 of file orderTree.h.

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

Definition at line 420 of file orderTree.h.

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

Definition at line 496 of file orderTree.h.

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

Definition at line 836 of file orderTree.h.

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

Definition at line 879 of file orderTree.h.

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

Definition at line 923 of file orderTree.h.

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

Definition at line 970 of file orderTree.h.

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

Definition at line 116 of file orderTree.h.

void traversalTree ( struct Node *  root)

Definition at line 754 of file orderTree.h.


SHOGUN Machine Learning Toolbox - Documentation