LIBML  Version 3.2.4
LIBML DSP Software Library
Data Fields
tpt_gaussian_naivebayes_f64_s Struct Reference

instance structure of the floating-point Gaussian naïve bayes estimator More...

#include <tpt_math_statistics.h>

Data Fields

uint32_t dimofvec
 dimension of vector space More...
 
uint32_t numofclass
 number of classes More...
 
const f64_tmean
 mean value for the Gaussian whose size is dimofvec*numofclass More...
 
const f64_tvar
 variance for the Gaussian whose size is dimofvec*numofclass More...
 
const f64_tclassprior
 class prior probabilities whose size is numofclass More...
 
f64_t additiveofvar
 additive value of variance More...
 

Detailed Description

instance structure of the floating-point Gaussian naïve bayes estimator


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