[][src]Function cmsis_dsp_sys_pregenerated::arm_gaussian_naive_bayes_predict_f32

pub unsafe extern "C" fn arm_gaussian_naive_bayes_predict_f32(
    S: *const arm_gaussian_naive_bayes_instance_f32,
    in_: *const float32_t,
    pBuffer: *mut float32_t
) -> u32

@brief Naive Gaussian Bayesian Estimator

@param[in] S points to a naive bayes instance structure @param[in] in points to the elements of the input vector. @param[in] pBuffer points to a buffer of length numberOfClasses @return The predicted class