Lines Matching refs:retVal
46 int retVal = getType_0(nativeObj); in getType() local
48 return retVal; in getType()
74 double retVal = getGamma_0(nativeObj); in getGamma() local
76 return retVal; in getGamma()
102 double retVal = getCoef0_0(nativeObj); in getCoef0() local
104 return retVal; in getCoef0()
130 double retVal = getDegree_0(nativeObj); in getDegree() local
132 return retVal; in getDegree()
158 double retVal = getC_0(nativeObj); in getC() local
160 return retVal; in getC()
186 double retVal = getNu_0(nativeObj); in getNu() local
188 return retVal; in getNu()
214 double retVal = getP_0(nativeObj); in getP() local
216 return retVal; in getP()
242 Mat retVal = new Mat(getClassWeights_0(nativeObj)); in getClassWeights() local
244 return retVal; in getClassWeights()
270 TermCriteria retVal = new TermCriteria(getTermCriteria_0(nativeObj)); in getTermCriteria() local
272 return retVal; in getTermCriteria()
298 int retVal = getKernelType_0(nativeObj); in getKernelType() local
300 return retVal; in getKernelType()
326 Mat retVal = new Mat(getSupportVectors_0(nativeObj)); in getSupportVectors() local
328 return retVal; in getSupportVectors()
340 double retVal = getDecisionFunction_0(nativeObj, i, alpha.nativeObj, svidx.nativeObj); in getDecisionFunction() local
342 return retVal; in getDecisionFunction()
354 SVM retVal = new SVM(create_0()); in create() local
356 return retVal; in create()