OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::ml::SVM 的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
C 枚举值 | cv::ml::SVM | |
C_SVC 枚举值 | cv::ml::SVM | |
calcError(const Ptr< TrainData > &data, bool test, OutputArray resp) const | cv::ml::StatModel | virtual |
CHI2 枚举值 | cv::ml::SVM | |
clear() | cv::Algorithm | inlinevirtual |
COEF 枚举值 | cv::ml::SVM | |
COMPRESSED_INPUT 枚举值 | cv::ml::StatModel | |
create() | cv::ml::SVM | static |
CUSTOM 枚举值 | cv::ml::SVM | |
DEGREE 枚举值 | cv::ml::SVM | |
empty() const CV_OVERRIDE | cv::ml::StatModel | virtual |
EPS_SVR 枚举值 | cv::ml::SVM | |
Flags 枚举名 | cv::ml::StatModel | |
GAMMA 枚举值 | cv::ml::SVM | |
getC() const =0 | cv::ml::SVM | 纯虚函数 |
getClassWeights() const =0 | cv::ml::SVM | 纯虚函数 |
getCoef0() const =0 | cv::ml::SVM | 纯虚函数 |
getDecisionFunction(int i, OutputArray alpha, OutputArray svidx) const =0 | cv::ml::SVM | 纯虚函数 |
getDefaultGrid(int param_id) | cv::ml::SVM | static |
getDefaultGridPtr(int param_id) | cv::ml::SVM | static |
getDefaultName() const | cv::Algorithm | virtual |
getDegree() const =0 | cv::ml::SVM | 纯虚函数 |
getGamma() const =0 | cv::ml::SVM | 纯虚函数 |
getKernelType() const =0 | cv::ml::SVM | 纯虚函数 |
getNu() const =0 | cv::ml::SVM | 纯虚函数 |
getP() const =0 | cv::ml::SVM | 纯虚函数 |
getSupportVectors() const =0 | cv::ml::SVM | 纯虚函数 |
getTermCriteria() const =0 | cv::ml::SVM | 纯虚函数 |
getType() const =0 | cv::ml::SVM | 纯虚函数 |
getUncompressedSupportVectors() const =0 | cv::ml::SVM | 纯虚函数 |
getVarCount() const =0 | cv::ml::StatModel | 纯虚函数 |
INTER 枚举值 | cv::ml::SVM | |
isClassifier() const =0 | cv::ml::StatModel | 纯虚函数 |
isTrained() const =0 | cv::ml::StatModel | 纯虚函数 |
KernelTypes 枚举名 | cv::ml::SVM | |
LINEAR 枚举值 | cv::ml::SVM | |
load(const String &filepath) | cv::ml::SVM | static |
cv::ml::StatModel::load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
NU 枚举值 | cv::ml::SVM | |
NU_SVC 枚举值 | cv::ml::SVM | |
NU_SVR 枚举值 | cv::ml::SVM | |
ONE_CLASS 枚举值 | cv::ml::SVM | |
P 枚举值 | cv::ml::SVM | |
ParamTypes 枚举名 | cv::ml::SVM | |
POLY 枚举值 | cv::ml::SVM | |
predict(InputArray samples, OutputArray results=noArray(), int flags=0) const =0 | cv::ml::StatModel | 纯虚函数 |
PREPROCESSED_INPUT 枚举值 | cv::ml::StatModel | |
RAW_OUTPUT 枚举值 | cv::ml::StatModel | |
RBF 枚举值 | cv::ml::SVM | |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | virtual |
setC(double val)=0 | cv::ml::SVM | 纯虚函数 |
setClassWeights(const cv::Mat &val)=0 | cv::ml::SVM | 纯虚函数 |
setCoef0(double val)=0 | cv::ml::SVM | 纯虚函数 |
setCustomKernel(const Ptr< Kernel > &_kernel)=0 | cv::ml::SVM | 纯虚函数 |
setDegree(double val)=0 | cv::ml::SVM | 纯虚函数 |
setGamma(double val)=0 | cv::ml::SVM | 纯虚函数 |
setKernel(int kernelType)=0 | cv::ml::SVM | 纯虚函数 |
setNu(double val)=0 | cv::ml::SVM | 纯虚函数 |
setP(double val)=0 | cv::ml::SVM | 纯虚函数 |
setTermCriteria(const cv::TermCriteria &val)=0 | cv::ml::SVM | 纯虚函数 |
setType(int val)=0 | cv::ml::SVM | 纯虚函数 |
SIGMOID 枚举值 | cv::ml::SVM | |
train(const Ptr< TrainData > &trainData, int flags=0) | cv::ml::StatModel | virtual |
train(InputArray samples, int layout, InputArray responses) | cv::ml::StatModel | virtual |
train(const Ptr< TrainData > &data, int flags=0) | cv::ml::StatModel | inlinestatic |
trainAuto(const Ptr< TrainData > &data, int kFold=10, ParamGrid Cgrid=getDefaultGrid(C), ParamGrid gammaGrid=getDefaultGrid(GAMMA), ParamGrid pGrid=getDefaultGrid(P), ParamGrid nuGrid=getDefaultGrid(NU), ParamGrid coeffGrid=getDefaultGrid(COEF), ParamGrid degreeGrid=getDefaultGrid(DEGREE), bool balanced=false)=0 | cv::ml::SVM | 纯虚函数 |
trainAuto(InputArray samples, int layout, InputArray responses, int kFold=10, Ptr< ParamGrid > Cgrid=SVM::getDefaultGridPtr(SVM::C), Ptr< ParamGrid > gammaGrid=SVM::getDefaultGridPtr(SVM::GAMMA), Ptr< ParamGrid > pGrid=SVM::getDefaultGridPtr(SVM::P), Ptr< ParamGrid > nuGrid=SVM::getDefaultGridPtr(SVM::NU), Ptr< ParamGrid > coeffGrid=SVM::getDefaultGridPtr(SVM::COEF), Ptr< ParamGrid > degreeGrid=SVM::getDefaultGridPtr(SVM::DEGREE), bool balanced=false)=0 | cv::ml::SVM | 纯虚函数 |
Types 枚举名 | cv::ml::SVM | |
UPDATE_MODEL 枚举值 | cv::ml::StatModel | |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |