Haplo Prediction
predict haplogroups
|
Naive Bayes Gaussian mixture model. More...
#include <nb_gmm.h>
Data Fields | |
uint32_t | num_markers |
Number of markers. | |
uint32_t | num_components |
Number of mixture components per marker. | |
Matrix_d *** | mu |
Means for the Gaussians over each label and marker. | |
Matblock_d *** | sigma |
Sigmas for the Gaussians over each label and marker. | |
Vector_d *** | pi |
Mixture component weights. | |
Vector_d * | priors |
Prior probabilities over the labels. |
uint32_t NB_gmm_model::num_markers |
uint32_t NB_gmm_model::num_components |