LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
uint32_t | tpt_gaussian_naive_bayes_est_f32 (const tpt_gaussian_naivebayes_f32_t *aInstance, const f32_t *aInData, f32_t *aBuf) |
Naive Gaussian Bayesian Estimator. More... | |
uint32_t | tpt_gaussian_naive_bayes_est_f64 (const tpt_gaussian_naivebayes_f64_t *aInstance, const f64_t *aInData, f64_t *aBuf) |
Naive Gaussian Bayesian Estimator. More... | |
The function implements the naive Gaussian Bayes estimator.
TPT DSP library only supports the naive GaussianBayesian predictor function for floating-point data.
uint32_t tpt_gaussian_naive_bayes_est_f32 | ( | const tpt_gaussian_naivebayes_f32_t * | aInstance, |
const f32_t * | aInData, | ||
f32_t * | aBuf | ||
) |
Naive Gaussian Bayesian Estimator.
[in] | aInstance | pointer of the instance structure |
[in] | aInData | pointer of the input vector |
[in] | aBuf | pointer of the buffer vector |
uint32_t tpt_gaussian_naive_bayes_est_f64 | ( | const tpt_gaussian_naivebayes_f64_t * | aInstance, |
const f64_t * | aInData, | ||
f64_t * | aBuf | ||
) |
Naive Gaussian Bayesian Estimator.
[in] | aInstance | pointer of the instance structure |
[in] | aInData | pointer of the input vector |
[in] | aBuf | pointer of the buffer vector |