Haplo Prediction
predict haplogroups
Data Fields
Weka_model_node Struct Reference

Weka model tree node. More...

#include <weka.h>

Collaboration diagram for Weka_model_node:
Collaboration graph
[legend]

Data Fields

struct Weka_model_nodeparent
 Parent of a model node.
uint32_t parent_label
 Parent label for a model node.
uint32_t num_groups
 Number of model groups in a node.
struct Weka_model_node ** subtrees
 Model subtrees for each group in a model node.
Vector_u32labels
 Labels for each group in a model node.
Vector_u32 ** altlabels
 Alternative label sets for each group in a model node.
char * labels_fname
 File name for the list of model labels.
char * model_fname
 File name for storage of the model at a node.

Detailed Description

Weka model tree node.

Definition at line 113 of file weka.h.


Field Documentation

Parent of a model node.

NULL if the node is the root of the model tree.

Definition at line 120 of file weka.h.

Parent label for a model node.

If the parent is NULL, the value is undefined.

Definition at line 127 of file weka.h.

Number of model groups in a node.

Definition at line 130 of file weka.h.

Model subtrees for each group in a model node.

The ith element is NULL if the ith group does not have a subtree.

Definition at line 137 of file weka.h.

Labels for each group in a model node.

Definition at line 140 of file weka.h.

Alternative label sets for each group in a model node.

Definition at line 143 of file weka.h.

File name for the list of model labels.

Definition at line 146 of file weka.h.

File name for storage of the model at a node.

Definition at line 149 of file weka.h.


The documentation for this struct was generated from the following file: