Haplo Prediction
predict haplogroups
|
Naive Bayes Gaussian mixture model tree node. More...
#include <nb_gmm.h>
Data Fields | |
struct NB_gmm_model_node * | parent |
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_u32 * | labels |
Labels for each group in a model node. | |
Vector_u32 ** | altlabels |
Alternative label sets for each group in a model node. | |
Vector_d * | priors |
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_model * | model |
Naive Bayes Gaussian mixture model. | |
char * | model_fname |
File name for storage of the model at a node. |
uint32_t NB_gmm_model_node::parent_label |
uint32_t NB_gmm_model_node::num_groups |
uint32_t NB_gmm_model_node::num_components |