Haplo Prediction
predict haplogroups
Data Fields
NB_freq_model Struct Reference

Naive Bayes non-parametric marker frequency model. More...

#include <nb_freq.h>

Collaboration diagram for NB_freq_model:
Collaboration graph
[legend]

Data Fields

uint32_t num_markers
 Number of markers.
uint32_t min_marker_val
 Minimum marker value.
uint32_t num_marker_vals
 Number of integer marker values.
Matrix_dmarker_given_label
 Likelihood table for the ith marker given a label.
Vector_dpriors
 Prior probabilities over the labels.

Detailed Description

Naive Bayes non-parametric marker frequency model.

Definition at line 61 of file nb_freq.h.


Field Documentation

Number of markers.

Definition at line 64 of file nb_freq.h.

Minimum marker value.

Definition at line 67 of file nb_freq.h.

Number of integer marker values.

Definition at line 70 of file nb_freq.h.

Likelihood table for the ith marker given a label.

Definition at line 73 of file nb_freq.h.

Prior probabilities over the labels.

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

Definition at line 81 of file nb_freq.h.


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