LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for rbf SVM prediction function. More...
#include <tpt_math_svm.h>
Data Fields | |
uint32_t | nbOfSupportVectors |
Number of support vectors. More... | |
uint32_t | vectorDimension |
Dimension of vector space. More... | |
f32_t | intercept |
Intercept. More... | |
const f32_t * | dualCoefficients |
Dual coefficients. More... | |
const f32_t * | supportVectors |
Support vectors. More... | |
const int32_t * | classes |
The two SVM classes. More... | |
f32_t | gamma |
Gamma factor. More... | |
Instance structure for rbf SVM prediction function.
const int32_t* tpt_svm_rbf_f32_s::classes |
The two SVM classes.
const f32_t* tpt_svm_rbf_f32_s::dualCoefficients |
Dual coefficients.
f32_t tpt_svm_rbf_f32_s::gamma |
Gamma factor.
f32_t tpt_svm_rbf_f32_s::intercept |
Intercept.
uint32_t tpt_svm_rbf_f32_s::nbOfSupportVectors |
Number of support vectors.
const f32_t* tpt_svm_rbf_f32_s::supportVectors |
Support vectors.
uint32_t tpt_svm_rbf_f32_s::vectorDimension |
Dimension of vector space.