hogmatlab特征代码-SVM_ML:MATLAB中的线性SVM管道

时间:2021-06-12 16:05:38
【文件属性】:
文件名称:hogmatlab特征代码-SVM_ML:MATLAB中的线性SVM管道
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-12 16:05:38
系统开源 猪 matlab 特征代码MATLAB 中的 SVM 管道 依赖关系 MATLAB(在 2013a 版中测试) (版本 1.94) 快速开始 编译 LIBLINEAR MATLAB 包装器 下载 按照并更新linear.cpp文件,更改 int check_probability_model ( const struct model *model_) { return (model_-> param . solver_type ==L2R_LR || 进入 int check_probability_model ( const struct model *model_) { return 1 ; 这将允许线性 SVM 模型的概率输出。 在matlab/Makefile指定 MATLABDIR,然后make编译.mex文件。 它们将在训练和测试期间使用。 将 DTFV ASCII 文件转换为.mat二进制文件 按以下格式准备 DTFV 的特征列表: [number of features listed] [groundtruth label] [truncated path to the
【文件预览】:
SVM_ML-master
----svm_pipeline.m(2KB)
----cv_pipeline.m(2KB)
----globals.m(374B)
----scripts()
--------genList_cv.py(2KB)
--------genList.py(3KB)
----README.md(3KB)
----convert_mat.m(984B)
----computeAP.m(421B)
----convert_mat_cv.m(1KB)

网友评论