- getC
double getC()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClassWeights
Mat getClassWeights()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCoef0
double getCoef0()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDecisionFunction
double getDecisionFunction(int i, Mat alpha, Mat svidx)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDegree
double getDegree()
Undocumented in source. Be warned that the author may not have intended to support it.
- getGamma
double getGamma()
Undocumented in source. Be warned that the author may not have intended to support it.
- getKernelType
int getKernelType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getNu
double getNu()
Undocumented in source. Be warned that the author may not have intended to support it.
- getP
double getP()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSupportVectors
Mat getSupportVectors()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTermCriteria
TermCriteria getTermCriteria()
Undocumented in source. Be warned that the author may not have intended to support it.
- getType
int getType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUncompressedSupportVectors
Mat getUncompressedSupportVectors()
Undocumented in source. Be warned that the author may not have intended to support it.
- setC
void setC(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setClassWeights
void setClassWeights(Mat val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCoef0
void setCoef0(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDegree
void setDegree(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setGamma
void setGamma(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setKernel
void setKernel(int kernelType)
Undocumented in source. Be warned that the author may not have intended to support it.
- setNu
void setNu(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setP
void setP(double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTermCriteria
void setTermCriteria(TermCriteria val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setType
void setType(int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- trainAuto
bool trainAuto(Mat samples, int layout, Mat responses, int kFold, ParamGrid Cgrid, ParamGrid gammaGrid, ParamGrid pGrid, ParamGrid nuGrid, ParamGrid coeffGrid, ParamGrid degreeGrid, bool balanced)
Undocumented in source. Be warned that the author may not have intended to support it.