Update svm_functions_f16.h

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

@ -132,7 +132,7 @@ typedef struct
const float16_t *dualCoefficients; /**< Dual coefficients */
const float16_t *supportVectors; /**< Support vectors */
const int32_t *classes; /**< The two SVM classes */
float16_t coef0; /**< Independant constant */
float16_t coef0; /**< Independent constant */
float16_t gamma; /**< Gamma factor */
} arm_svm_sigmoid_instance_f16;

Loading…
Cancel
Save