Haplo Prediction
predict haplogroups
Data Fields
NB_gauss_model Struct Reference

Naive Bayes Gaussian model. More...

#include <nb_gauss.h>

Collaboration diagram for NB_gauss_model:
Collaboration graph
[legend]

Data Fields

uint32_t num_markers
 Number of markers.
Matrix_dmu
 Means for the Gaussians over each label and marker.
Matrix_dsigma
 Sigmas for the Gaussians over each label and marker.
Vector_dpriors
 Prior probabilities over the labels.

Detailed Description

Naive Bayes Gaussian model.

Definition at line 61 of file nb_gauss.h.


Field Documentation

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.


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