Haplo Prediction
predict haplogroups
Data Fields
NB_freq_model_node Struct Reference

Naive Bayes non-parametric marker frequency model tree node. More...

#include <nb_freq.h>

Collaboration diagram for NB_freq_model_node:
Collaboration graph
[legend]

Data Fields

struct NB_freq_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 NB_freq_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.
Vector_dpriors
 Label priors for each group in a model node supplied by the user.
NB_freq_modelmodel
 Naive Bayes marker frequency model.
char * model_fname
 File name for storage of the model at a node.

Detailed Description

Naive Bayes non-parametric marker frequency model tree node.

Definition at line 136 of file nb_freq.h.


Field Documentation

Parent of a model node.

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

Definition at line 143 of file nb_freq.h.

Parent label for a model node.

If the parent is NULL, the value is undefined.

Definition at line 150 of file nb_freq.h.

Number of model groups in a node.

Definition at line 153 of file nb_freq.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 160 of file nb_freq.h.

Labels for each group in a model node.

Definition at line 163 of file nb_freq.h.

Alternative label sets for each group in a model node.

Definition at line 166 of file nb_freq.h.

Label priors for each group in a model node supplied by the user.

If the priors were not supplied by the user, set to NULL.

Definition at line 173 of file nb_freq.h.

Naive Bayes marker frequency model.

Definition at line 176 of file nb_freq.h.

File name for storage of the model at a node.

Definition at line 179 of file nb_freq.h.


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