Haplo Prediction
predict haplogroups
|
Naive Bayes Gaussian model. More...
#include <nb_gauss.h>
Data Fields | |
uint32_t | num_markers |
Number of markers. | |
Matrix_d * | mu |
Means for the Gaussians over each label and marker. | |
Matrix_d * | sigma |
Sigmas for the Gaussians over each label and marker. | |
Vector_d * | priors |
Prior probabilities over the labels. |
Naive Bayes Gaussian model.
Definition at line 61 of file nb_gauss.h.
uint32_t NB_gauss_model::num_markers |
Number of markers.
Definition at line 64 of file nb_gauss.h.
Means for the Gaussians over each label and marker.
Definition at line 67 of file nb_gauss.h.
Sigmas for the Gaussians over each label and marker.
Definition at line 70 of file nb_gauss.h.
Prior probabilities over the labels.
Priors are either calculated from the gaussuency of training data or supplied by the user.
Definition at line 78 of file nb_gauss.h.