From 7fc18f0e6f76852af89ceab5c0fcb7ada90da2f2 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:58:45 +0800 Subject: [PATCH] Update svm_functions.h --- Include/dsp/svm_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/dsp/svm_functions.h b/Include/dsp/svm_functions.h index ecec1351..6199fb75 100755 --- a/Include/dsp/svm_functions.h +++ b/Include/dsp/svm_functions.h @@ -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;