Haplo Prediction
predict haplogroups
Data Fields
NB_gmm_model_node Struct Reference

Naive Bayes Gaussian mixture model tree node. More...

#include <nb_gmm.h>

Collaboration diagram for NB_gmm_model_node:
Collaboration graph
[legend]

Data Fields

struct NB_gmm_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_gmm_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.
uint32_t num_components
 Number of mixture components per marker.
NB_gmm_modelmodel
 Naive Bayes Gaussian mixture model.
char * model_fname
 File name for storage of the model at a node.

Detailed Description

Naive Bayes Gaussian mixture model tree node.

Definition at line 141 of file nb_gmm.h.


Field Documentation

Parent of a model node.

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

Definition at line 148 of file nb_gmm.h.

Parent label for a model node.

If the parent is NULL, the value is undefined.

Definition at line 155 of file nb_gmm.h.

Number of model groups in a node.

Definition at line 158 of file nb_gmm.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 165 of file nb_gmm.h.

Labels for each group in a model node.

Definition at line 168 of file nb_gmm.h.

Alternative label sets for each group in a model node.

Definition at line 171 of file nb_gmm.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 178 of file nb_gmm.h.

Number of mixture components per marker.

Definition at line 181 of file nb_gmm.h.

Naive Bayes Gaussian mixture model.

Definition at line 184 of file nb_gmm.h.

File name for storage of the model at a node.

Definition at line 187 of file nb_gmm.h.


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