Home
last modified time | relevance | path

Searched defs:dualCoefs (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Examples/ARM/arm_svm_example/
Dtrain.py75 dualCoefs=clf.dual_coef_ variable
76 dualCoefs=dualCoefs.reshape(nbSupportVectors) variable
/cmsis-dsp-latest/Testing/Include/Tests/
DSVMF16.h31 const float16_t *dualCoefs; variable
DSVMF32.h31 const float32_t *dualCoefs; variable
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DSVMF16.h29 const float16_t *dualCoefs; variable
DSVMF32.h29 const float32_t *dualCoefs; variable
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp6.py166 dualCoefs = clf.dual_coef_ variable
167 dualCoefs = dualCoefs.reshape(nbSupportVectors) variable