Lines Matching refs:vecDim
18 inp += this->vecDim; in test_svm_linear_predict_f16()
38 inp += this->vecDim; in test_svm_polynomial_predict_f16()
57 inp += this->vecDim; in test_svm_rbf_predict_f16()
76 inp += this->vecDim; in test_svm_sigmoid_predict_f16()
157 this->vecDim = dimsp[4]; in setUp()
159 this->intercept=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors]; in setUp()
161 this->dualCoefs=paramsp + (this->vecDim*this->nbSupportVectors); in setUp()
169 … this->coef0 =paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1] ; in setUp()
170 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 2]; in setUp()
174 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1]; in setUp()
178 … this->coef0 =paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1] ; in setUp()
179 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 2]; in setUp()
192 this->vecDim, in setUp()
205 this->vecDim, in setUp()
222 this->vecDim, in setUp()
237 this->vecDim, in setUp()