搜索资源列表
libsvm-mat-2.89-3
- Libsvm 最新版2009年11月1日更新。可用于分类和回归。基本的用法:1.将训练数据集变成libsvm允许的格式;2;设定参数;3使用svmtrain训练;4使用svmpredict分类或回归-The lateset vesrsion of LibSvm released in 1th Nov,2009. It can be used in matlab enviorment.
gridsearch
- 这是一个libsvm grid的改进,除了可以搜索分类中的C和gamma,还可以搜索小的整数.-This file is a slight modification of grid.py of libsvm. In addition to parameters C, gamma in classification, it searches for epsilon as well. Usage: grid.py [-log2c begin,end,step] [-log2g begin
SVMTrain
- libsvm用于matlab环境下,简小易用,速度非常快。-libsvm for matlab environment, simple small easy to use, very fast.
libsvm-3.1(Chen)
- 支持向量机的分类与回归,可以实现样本数据的分类和数据的趋势预测-SVM classfiction and regression
FormatDataLibsvm
- 用于将数据转换为适合libsvm中svmtrain所要求的格式。用宏编写。-transform your data to the format which is fit for svmtrain in libsvm.
libsvm-mat-2.89-3
- SVM的多分类问题MATLAB工具包。传统的SVM只支持二分类问题,MATLAB自带的工具包也存在同样的问题。可以在setpath中导入此包,便可轻松将SVM问题扩展到多分类的层面。-A matlab toolkit to solving multi-classification problems based on svm. Traditional svm and the matlab toolkit svmtrain can only support for bi-classificati
LibSVM-analisis
- different SVM for the libsvm. such as SVMtrain,svmsim,svmplot,and so on
libsvm_X64CouldUse
- windows 64位下编译好的libsvm,可以直接使用 svmpredict.mexw64和svmtrain.mexw64文件-windows 64 bit The following compiled libsvm, can be used directly svmpredict.mexw64 and svmtrain.mexw64 file
svmtrain
- Introduction This tool provides a simple interface to LIBSVM, a library for support vector machines (http://www.csie.ntu.edu.tw/~cjlin/libsvm). It is very easy to use as the usage and the way of specifying parameters are the same as that
libsvm
- libsvm工具箱的主要函数为svmtrain和svmpredict,其中一些参数设置可以按照svm的类型和核函数所支持的参数进行任意组合,如果设置的参数在函数或svm类型中没有也不会产生影响,程序不会接受该参数,程序主要用一个例子来说明主要参数的使用。(The main functions of the libsvm toolbox are svmtrain and svmpredict, some of which can be arbitrarily combined according
SVMcgForClass
- libsvm网格法查找最优参数函数 SVMcgForClass.m(内用svmtrain函数)(libsvm grid method to find the optimal parameter function SVMcgForClass.m (with svmtrain function))
