![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
Variables | |
| uint32_t | tpt_gaussian_naivebayes_f32_s::dimofvec |
| dimension of vector space More... | |
| uint32_t | tpt_gaussian_naivebayes_f32_s::numofclass |
| number of classes More... | |
| const f32_t * | tpt_gaussian_naivebayes_f32_s::mean |
| mean value for the Gaussian whose size is dimofvec*numofclass More... | |
| const f32_t * | tpt_gaussian_naivebayes_f32_s::var |
| variance for the Gaussian whose size is dimofvec*numofclass More... | |
| const f32_t * | tpt_gaussian_naivebayes_f32_s::classprior |
| class prior probabilities whose size is numofclass More... | |
| f32_t | tpt_gaussian_naivebayes_f32_s::additiveofvar |
| additive value of variance More... | |
| uint32_t | tpt_gaussian_naivebayes_f64_s::dimofvec |
| dimension of vector space More... | |
| uint32_t | tpt_gaussian_naivebayes_f64_s::numofclass |
| number of classes More... | |
| const f64_t * | tpt_gaussian_naivebayes_f64_s::mean |
| mean value for the Gaussian whose size is dimofvec*numofclass More... | |
| const f64_t * | tpt_gaussian_naivebayes_f64_s::var |
| variance for the Gaussian whose size is dimofvec*numofclass More... | |
| const f64_t * | tpt_gaussian_naivebayes_f64_s::classprior |
| class prior probabilities whose size is numofclass More... | |
| f64_t | tpt_gaussian_naivebayes_f64_s::additiveofvar |
| additive value of variance More... | |
| f32_t tpt_gaussian_naivebayes_f32_s::additiveofvar |
additive value of variance
| f64_t tpt_gaussian_naivebayes_f64_s::additiveofvar |
additive value of variance
| const f32_t* tpt_gaussian_naivebayes_f32_s::classprior |
class prior probabilities whose size is numofclass
| const f64_t* tpt_gaussian_naivebayes_f64_s::classprior |
class prior probabilities whose size is numofclass
| uint32_t tpt_gaussian_naivebayes_f32_s::dimofvec |
dimension of vector space
| uint32_t tpt_gaussian_naivebayes_f64_s::dimofvec |
dimension of vector space
| const f32_t* tpt_gaussian_naivebayes_f32_s::mean |
mean value for the Gaussian whose size is dimofvec*numofclass
| const f64_t* tpt_gaussian_naivebayes_f64_s::mean |
mean value for the Gaussian whose size is dimofvec*numofclass
| uint32_t tpt_gaussian_naivebayes_f32_s::numofclass |
number of classes
| uint32_t tpt_gaussian_naivebayes_f64_s::numofclass |
number of classes
| const f32_t* tpt_gaussian_naivebayes_f32_s::var |
variance for the Gaussian whose size is dimofvec*numofclass
| const f64_t* tpt_gaussian_naivebayes_f64_s::var |
variance for the Gaussian whose size is dimofvec*numofclass