实例介绍
SVM_light工具箱,可以实现基本的SVM,Transductive SVM 和 Ranking SVM. 原文件为C编写,这里同时提供Matlab接口。
【实例截图】
【核心代码】
svm_mex601r14
└── svm_mex601
├── bin
│ ├── mexkernel.dll.old
│ ├── mexkernel.mexglx
│ ├── mexkernel.mexsol
│ ├── mexkernel.mexw32
│ ├── mexsinglekernel.dll.old
│ ├── mexsinglekernel.mexglx
│ ├── mexsinglekernel.mexsol
│ ├── mexsinglekernel.mexw32
│ ├── mexsvmclassify.dll.old
│ ├── mexsvmclassify.mexglx
│ ├── mexsvmclassify.mexsol
│ ├── mexsvmclassify.mexw32
│ ├── mexsvmlearn.dll.old
│ ├── mexsvmlearn.ilk
│ ├── mexsvmlearn.mexglx
│ ├── mexsvmlearn.mexsol
│ ├── mexsvmlearn.mexw32
│ └── mexsvmlearn.pdb
├── install.bat
├── install.sh
├── matlab
│ ├── compilemex.m
│ ├── compilemex.m~
│ ├── svmclassify.m
│ ├── svmkernel.m
│ ├── svmlearn.m
│ └── svmsinglekernel.m
├── patch_svm601
├── README.txt
├── src
│ ├── global.c
│ ├── global.h
│ ├── kernel.h
│ ├── LICENSE.txt
│ ├── Makefile
│ ├── mem_clean.c
│ ├── mem_clean.h
│ ├── mexcommon.c
│ ├── mexcommon.h
│ ├── mexkernel.c
│ ├── mexsinglekernel.c
│ ├── mexsvmclassify.c
│ ├── mexsvmlearn.c
│ ├── mexsvmlearn.h
│ ├── svm_classify.c
│ ├── svm_common.c
│ ├── svm_common.h
│ ├── svm_hideo.c
│ ├── svm_learn.c
│ ├── svm_learn.h
│ ├── svm_learn_main.c
│ └── svm_loqo.c
└── win
├── bin
│ ├── iconv.exe
│ ├── libcharset-1.dll
│ ├── libiconv-2.dll
│ ├── libiconv2.dll
│ ├── libintl3.dll
│ ├── patch.exe
│ ├── table-from.exe
│ └── table-to.exe
├── contrib
│ ├── libiconv-1.8
│ │ ├── ABOUT-NLS
│ │ ├── AUTHORS
│ │ ├── CHANGELOG
│ │ ├── COPYING.LIB
│ │ ├── DESIGN
│ │ ├── libiconv-1.8-GnuWin32.README
│ │ ├── NEWS
│ │ ├── NOTES
│ │ ├── PORTS
│ │ ├── README
│ │ ├── README.DJGPP
│ │ ├── README.OS2
│ │ ├── README.WOE32
│ │ └── THANKS
│ ├── libintl
│ │ └── 0.14.4
│ │ ├── depends-GnuWin32.lst
│ │ └── libintl-0.14.4-src
│ │ ├── AUTHORS
│ │ ├── ChangeLog
│ │ ├── COPYING
│ │ ├── INSTALL
│ │ ├── NEWS
│ │ ├── README
│ │ ├── README.mingw
│ │ ├── README.vms
│ │ ├── README.woe32
│ │ └── THANKS
│ └── patch
│ └── 2.5.9
│ ├── depends-GnuWin32.lst
│ ├── patch-2.5.9
│ │ └── patches
│ │ └── debian
│ │ ├── changelog
│ │ ├── copyright
│ │ └── debian
│ │ ├── changelog
│ │ └── copyright
│ ├── patch-2.5.9-2-GnuWin32.README
│ └── patch-2.5.9-src
│ ├── AUTHORS
│ ├── ChangeLog
│ ├── COPYING
│ ├── debian
│ │ ├── changelog
│ │ └── copyright
│ ├── INSTALL
│ ├── NEWS
│ ├── pc
│ │ └── djgpp
│ │ └── README
│ └── README
├── include
│ ├── iconv.h.static
│ └── libcharset.h.static
├── lib
│ ├── libcharset.lai
│ ├── libcharset-ltversion
│ ├── libiconv.lai
│ └── libiconv-ltversion
├── man
│ ├── cat1
│ │ ├── iconv.1.txt
│ │ └── patch.1.txt
│ └── cat3
│ ├── iconv.3.txt
│ ├── iconv_close.3.txt
│ └── iconv_open.3.txt
├── manifest
│ ├── libiconv-1.8-1-bin.mft
│ ├── libiconv-1.8-1-bin.ver
│ ├── libintl-0.14.4-bin.mft
│ ├── libintl-0.14.4-bin.ver
│ ├── libintl-0.14.4-dep.mft
│ ├── libintl-0.14.4-dep.ver
│ ├── patch-2.5.9-2-bin.mft
│ └── patch-2.5.9-2-bin.ver
└── share
├── aclocal
│ ├── lib-ld.m4
│ ├── lib-link.m4
│ └── lib-prefix.m4
├── gettext
│ ├── ABOUT-NLS
│ └── intl
│ ├── bindtextdom.c
│ ├── ChangeLog
│ ├── config.charset
│ ├── COPYING.LIB-2.0
│ ├── COPYING.LIB-2.1
│ ├── dcgettext.c
│ ├── dcigettext.c
│ ├── dcngettext.c
│ ├── dgettext.c
│ ├── dngettext.c
│ ├── explodename.c
│ ├── finddomain.c
│ ├── gettext.c
│ ├── intl-compat.c
│ ├── l10nflist.c
│ ├── langprefs.c
│ ├── libgnuintl.h.in
│ ├── loadmsgcat.c
│ ├── localcharset.c
│ ├── locale.alias
│ ├── localealias.c
│ ├── localename.c
│ ├── log.c
│ ├── Makefile.in
│ ├── ngettext.c
│ ├── os2compat.c
│ ├── osdep.c
│ ├── plural.c
│ ├── plural-exp.c
│ ├── plural.y
│ ├── printf-args.c
│ ├── printf.c
│ ├── printf-parse.c
│ ├── ref-add.sin
│ ├── ref-del.sin
│ ├── relocatable.c
│ ├── textdomain.c
│ ├── vasnprintf.c
│ └── VERSION
└── locale
├── be
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ca
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── cs
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── da
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── de
│ └── LC_MESSAGES
│ ├── gettext-runtime.mo
│ └── libiconv.mo
├── el
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── en@boldquot
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── en@quot
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── es
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── et
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── fi
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── fr
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ga
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── gl
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── id
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── it
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ja
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ko
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── locale.alias
├── nl
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── nn
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── no
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── pl
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── pt
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── pt_BR
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ro
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── ru
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── sk
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── sl
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── sr
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── sv
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── tr
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── uk
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── vi
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
├── zh_CN
│ └── LC_MESSAGES
│ └── gettext-runtime.mo
└── zh_TW
└── LC_MESSAGES
└── gettext-runtime.mo
102 directories, 197 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论