Quellcode durchsuchen

Update svm_functions.h

Sun Yiming Z vor 5 Jahren
Ursprung
Commit
8a674d0e3f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      CMSIS/DSP/Include/dsp/svm_functions.h

+ 1 - 1
CMSIS/DSP/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;