Update svm_functions.h

pull/19/head
Sun Yiming Z 5 years ago committed by Christophe Favergeon
parent 43c42fa16c
commit 7fc18f0e6f

@ -133,7 +133,7 @@ typedef struct
const float32_t *dualCoefficients; /**< Dual coefficients */
const float32_t *supportVectors; /**< Support vectors */
const int32_t *classes; /**< The two SVM classes */
float32_t coef0; /**< Independant constant */
float32_t coef0; /**< ndependent constant */
float32_t gamma; /**< Gamma factor */
} arm_svm_sigmoid_instance_f32;

Loading…
Cancel
Save