CMSIS-DSP  Version 1.10.0
CMSIS DSP Software Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
arm_bayes_example_f32.c File Reference

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]
 

Macro Definition Documentation

#define NB_OF_CLASSES
#define VECTOR_DIMENSION

Function Documentation

int32_t main ( void  )

Variable Documentation

const float32_t classPriors[NB_OF_CLASSES]

Class prior probabilities

Examples:
arm_bayes_example_f32.c.

Variances for the Gaussians

Examples:
arm_bayes_example_f32.c.

Mean values for the Gaussians

Examples:
arm_bayes_example_f32.c.