LIBML
Version 3.2.4
LIBML DSP Software Library
|
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_t * | mean |
mean value for the Gaussian whose size is dimofvec*numofclass More... | |
const f64_t * | var |
variance for the Gaussian whose size is dimofvec*numofclass More... | |
const f64_t * | classprior |
class prior probabilities whose size is numofclass More... | |
f64_t | additiveofvar |
additive value of variance More... | |
instance structure of the floating-point Gaussian naïve bayes estimator