Lines Matching refs:vecDim
18 inp += this->vecDim; in test_svm_linear_predict_f32()
38 inp += this->vecDim; in test_svm_polynomial_predict_f32()
57 inp += this->vecDim; in test_svm_rbf_predict_f32()
76 inp += this->vecDim; in test_svm_sigmoid_predict_f32()
156 this->vecDim = dimsp[4]; in setUp()
158 this->intercept=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors]; in setUp()
160 this->dualCoefs=paramsp + (this->vecDim*this->nbSupportVectors); in setUp()
168 … this->coef0 =paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1] ; in setUp()
169 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 2]; in setUp()
173 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1]; in setUp()
177 … this->coef0 =paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 1] ; in setUp()
178 this->gamma=paramsp[this->vecDim*this->nbSupportVectors + this->nbSupportVectors + 2]; in setUp()
191 this->vecDim, in setUp()
204 this->vecDim, in setUp()
221 this->vecDim, in setUp()
236 this->vecDim, in setUp()