Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
arm_svm_sigmoid_instance_f32 Struct Reference
Instance structure for sigmoid SVM prediction function. More...
#include <arm_math.h>
Data Fields | |
| uint32_t | nbOfSupportVectors |
| Number of support vectors. | |
| uint32_t | vectorDimension |
| Dimension of vector space. | |
| float32_t | intercept |
| Intercept. | |
| 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 | gamma |
| Gamma factor. | |
Detailed Description
Instance structure for sigmoid SVM prediction function.
Definition at line 7911 of file arm_math.h.
Field Documentation
| const int32_t* classes |
The two SVM classes.
Definition at line 7918 of file arm_math.h.
| float32_t coef0 |
Independant constant.
Definition at line 7919 of file arm_math.h.
| const float32_t* dualCoefficients |
Dual coefficients.
Definition at line 7916 of file arm_math.h.
| float32_t gamma |
Gamma factor.
Definition at line 7920 of file arm_math.h.
| float32_t intercept |
Intercept.
Definition at line 7915 of file arm_math.h.
| uint32_t nbOfSupportVectors |
Number of support vectors.
Definition at line 7913 of file arm_math.h.
| const float32_t* supportVectors |
Support vectors.
Definition at line 7917 of file arm_math.h.
| uint32_t vectorDimension |
Dimension of vector space.
Definition at line 7914 of file arm_math.h.
Generated on Wed Jul 13 2022 14:29:28 by
1.7.2