|  | CMSIS-DSP
    Version 1.10.0
    CMSIS DSP Software Library | 
| Macros | |
| #define | NB_OF_CLASSES | 
| #define | VECTOR_DIMENSION | 
| Functions | |
| int32_t | main (void) | 
| Variables | |
| arm_gaussian_naive_bayes_instance_f32 | S | 
| const float32_t | theta [NB_OF_CLASSES *VECTOR_DIMENSION] | 
| const float32_t | sigma [NB_OF_CLASSES *VECTOR_DIMENSION] | 
| const float32_t | classPriors [NB_OF_CLASSES] | 
| #define NB_OF_CLASSES | 
| #define VECTOR_DIMENSION | 
| int32_t main | ( | void | ) | 
| const float32_t classPriors[NB_OF_CLASSES] | 
Class prior probabilities
| const float32_t sigma[NB_OF_CLASSES *VECTOR_DIMENSION] | 
Variances for the Gaussians
| const float32_t theta[NB_OF_CLASSES *VECTOR_DIMENSION] | 
Mean values for the Gaussians