OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::ml::SVM 成員列表

這是 cv::ml::SVM 的完整成員列表,包括所有繼承的成員。

Algorithm()cv::Algorithm
C 列舉值cv::ml::SVM
C_SVC 列舉值cv::ml::SVM
calcError(const Ptr< TrainData > &data, bool test, OutputArray resp) constcv::ml::StatModelvirtual
CHI2 列舉值cv::ml::SVM
clear()cv::Algorithm內聯虛擬函式
COEF 列舉值cv::ml::SVM
COMPRESSED_INPUT 列舉值cv::ml::StatModel
create()cv::ml::SVMstatic
CUSTOM 列舉值cv::ml::SVM
DEGREE 列舉值cv::ml::SVM
empty() const CV_OVERRIDEcv::ml::StatModelvirtual
EPS_SVR 列舉值cv::ml::SVM
Flags 列舉名稱cv::ml::StatModel
GAMMA 列舉值cv::ml::SVM
getC() const =0cv::ml::SVM純虛擬函式
getClassWeights() const =0cv::ml::SVM純虛擬函式
getCoef0() const =0cv::ml::SVM純虛擬函式
getDecisionFunction(int i, OutputArray alpha, OutputArray svidx) const =0cv::ml::SVM純虛擬函式
getDefaultGrid(int param_id)cv::ml::SVMstatic
getDefaultGridPtr(int param_id)cv::ml::SVMstatic
getDefaultName() constcv::Algorithmvirtual
getDegree() const =0cv::ml::SVM純虛擬函式
getGamma() const =0cv::ml::SVM純虛擬函式
getKernelType() const =0cv::ml::SVM純虛擬函式
getNu() const =0cv::ml::SVM純虛擬函式
getP() const =0cv::ml::SVM純虛擬函式
getSupportVectors() const =0cv::ml::SVM純虛擬函式
getTermCriteria() const =0cv::ml::SVM純虛擬函式
getType() const =0cv::ml::SVM純虛擬函式
getUncompressedSupportVectors() const =0cv::ml::SVM純虛擬函式
getVarCount() const =0cv::ml::StatModel純虛擬函式
INTER 列舉值cv::ml::SVM
isClassifier() const =0cv::ml::StatModel純虛擬函式
isTrained() const =0cv::ml::StatModel純虛擬函式
KernelTypes 列舉名稱cv::ml::SVM
LINEAR 列舉值cv::ml::SVM
load(const String &filepath)cv::ml::SVMstatic
cv::ml::StatModel::load(const String &filename, const String &objname=String())cv::Algorithm內聯靜態
loadFromString(const String &strModel, const String &objname=String())cv::Algorithm內聯靜態
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 =0cv::ml::StatModel純虛擬函式
PREPROCESSED_INPUT 列舉值cv::ml::StatModel
RAW_OUTPUT 列舉值cv::ml::StatModel
RBF 列舉值cv::ml::SVM
read(const FileNode &fn)cv::Algorithm內聯虛擬函式
read(const FileNode &fn)cv::Algorithm內聯靜態
save(const String &filename) constcv::Algorithmvirtual
setC(double val)=0cv::ml::SVM純虛擬函式
setClassWeights(const cv::Mat &val)=0cv::ml::SVM純虛擬函式
setCoef0(double val)=0cv::ml::SVM純虛擬函式
setCustomKernel(const Ptr< Kernel > &_kernel)=0cv::ml::SVM純虛擬函式
setDegree(double val)=0cv::ml::SVM純虛擬函式
setGamma(double val)=0cv::ml::SVM純虛擬函式
setKernel(int kernelType)=0cv::ml::SVM純虛擬函式
setNu(double val)=0cv::ml::SVM純虛擬函式
setP(double val)=0cv::ml::SVM純虛擬函式
setTermCriteria(const cv::TermCriteria &val)=0cv::ml::SVM純虛擬函式
setType(int val)=0cv::ml::SVM純虛擬函式
SIGMOID 列舉值cv::ml::SVM
train(const Ptr< TrainData > &trainData, int flags=0)cv::ml::StatModelvirtual
train(InputArray samples, int layout, InputArray responses)cv::ml::StatModelvirtual
train(const Ptr< TrainData > &data, int flags=0)cv::ml::StatModel內聯靜態
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)=0cv::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)=0cv::ml::SVM純虛擬函式
Types 列舉名稱cv::ml::SVM
UPDATE_MODEL 列舉值cv::ml::StatModel
write(FileStorage &fs) constcv::Algorithm內聯虛擬函式
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithm保護
~Algorithm()cv::Algorithmvirtual