Haplo Prediction
predict haplogroups
Data Fields
NB_gmm_model Struct Reference

Naive Bayes Gaussian mixture model. More...

#include <nb_gmm.h>

Collaboration diagram for NB_gmm_model:
Collaboration graph
[legend]

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_dpriors
 Prior probabilities over the labels.

Detailed Description

Naive Bayes Gaussian mixture model.

Definition at line 62 of file nb_gmm.h.


Field Documentation

Number of markers.

Definition at line 65 of file nb_gmm.h.

Number of mixture components per marker.

Definition at line 68 of file nb_gmm.h.

Means for the Gaussians over each label and marker.

Definition at line 71 of file nb_gmm.h.

Sigmas for the Gaussians over each label and marker.

Definition at line 74 of file nb_gmm.h.

Mixture component weights.

Definition at line 77 of file nb_gmm.h.

Prior probabilities over the labels.

Priors are either calculated from the gaussuency of training data or supplied by the user.

Definition at line 85 of file nb_gmm.h.


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