LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
f32_t | tpt_lse_dprod_f32 (const f32_t *aInDataA, const f32_t *aInDataB, uint32_t aCount, f32_t *aBuffer) |
Dot product with Log-Sum-Exp of the floating-point vector. More... | |
f64_t | tpt_lse_dprod_f64 (const f64_t *aInDataA, const f64_t *aInDataB, uint32_t aCount, f64_t *aBuffer) |
Dot product with Log-Sum-Exp of the floating-point vector. More... | |
The function implements the naive Gaussian Bayes estimator.
TPT DSP library only supports the naive GaussianBayesian predictor function for floating-point data.
f32_t tpt_lse_dprod_f32 | ( | const f32_t * | aInDataA, |
const f32_t * | aInDataB, | ||
uint32_t | aCount, | ||
f32_t * | aBuffer | ||
) |
Dot product with Log-Sum-Exp of the floating-point vector.
[in] | aInDataA | pointer of the first input vector |
[in] | aInDataB | pointer of the second input vector |
[in] | aCount | size of elements in a vector |
[in] | aBuffer | pointer of the temporary vector |
f64_t tpt_lse_dprod_f64 | ( | const f64_t * | aInDataA, |
const f64_t * | aInDataB, | ||
uint32_t | aCount, | ||
f64_t * | aBuffer | ||
) |
Dot product with Log-Sum-Exp of the floating-point vector.
[in] | aInDataA | pointer of the first input vector |
[in] | aInDataB | pointer of the second input vector |
[in] | aCount | size of elements in a vector |
[in] | aBuffer | pointer of the temporary vector |