登录
首页 » Visual C++ » LS_SVMlab

LS_SVMlab

于 2012-11-22 发布 文件大小:931KB
0 255
下载积分: 1 下载次数: 19

代码说明:

  LS_SVM 偏最小二乘结合支持向量机(The LS SVM partial least squares and Support Vector Machine)

文件列表:

LS_SVMlab
.........\AFE.m,2738,2003-02-21
.........\bay_errorbar.m,5785,2003-02-21
.........\bay_initlssvm.m,2003,2003-02-21
.........\bay_lssvm.m,10345,2003-02-21
.........\bay_lssvmARD.m,8187,2003-02-21
.........\bay_modoutClass.m,9358,2003-02-21
.........\bay_optimize.m,5977,2003-02-21
.........\bay_rr.m,4178,2003-02-21
.........\buffer.mc,91,2008-03-31
.........\changelssvm.m,5632,2003-02-21
.........\Classification_LS_SVMlab.m,2559,2009-12-25
.........\code.asv,4245,2005-04-15
.........\code.m,4245,2005-04-15
.........\codedist_bay.m,2118,2003-02-21
.........\codedist_hamming.m,756,2003-02-21
.........\codedist_loss.m,2018,2003-02-21
.........\codelssvm.m,4125,2003-02-21
.........\code_ECOC.m,5197,2003-02-21
.........\code_MOC.m,550,2003-02-21
.........\code_OneVsAll.m,364,2003-02-21
.........\code_OneVsOne.m,555,2003-02-21
.........\Contents.m,32,2003-03-20
.........\crossvalidate.m,8174,2003-02-21
.........\deltablssvm.m,1886,2003-02-21
.........\democlass.m,3369,2003-02-21
.........\demofun.m,3864,2003-02-21
.........\demomodel.m,4748,2005-09-13
.........\demo_fixedclass.m,2259,2003-03-11
.........\demo_fixedsize.m,3099,2003-02-21
.........\demo_yinyang.m,3337,2003-02-21
.........\denoise_kpca.m,3507,2003-02-21
.........\eign.m,3414,2003-02-21
.........\gridsearch.m,6927,2003-02-21
.........\initlssvm.m,4042,2003-02-21
.........\kentropy.m,2206,2003-02-21
.........\kernel_matrix.m,2182,2003-02-21
.........\kpca.m,4833,2003-02-21
.........\latentlssvm.m,2398,2003-02-21
.........\leaveoneout.m,5510,2003-02-21
.........\leaveoneout_lssvm.m,5215,2003-02-21
.........\linesearch.m,3758,2003-02-21
.........\linf.m,313,2003-02-21
.........\lin_kernel.m,516,2003-02-21
.........\LS-SVMlab Toolbox User's Guide.pdf,849975,2003-03-10
.........\lssvm.dll,22528,2003-02-21
.........\lssvm1024.dll,22528,2003-02-21
.........\lssvm256.dll,22528,2003-02-21
.........\lssvm64.dll,22528,2003-02-21
.........\lssvmFILE.m,2558,2003-02-21
.........\lssvmMATLAB.m,3534,2003-02-21
.........\LS_SVM2.asv,6698,2005-04-15
.........\LS_SVM回归参数优化.txt,784,2008-03-19
.........\medae.m,311,2003-02-21
.........\misclass.m,693,2003-02-21
.........\MLP_kernel.m,608,2003-02-21
.........\mse1.m,291,2003-03-25
.........\phitures.dll,8704,2003-02-21
.........\plotlssvm.m,9672,2003-02-21
.........\poly_kernel.m,641,2003-02-21
.........\postlssvm.m,4838,2003-02-21
.........\predict.m,3485,2003-02-21
.........\prelssvm.m,6226,2003-02-21
.........\RBF_kernel.m,1073,2003-02-21
.........\rcrossvalidate.m,5665,2003-02-21
.........\Regression_LS_SVMlab.asv,1505,2008-03-19
.........\Regression_LS_SVMlab.m,1505,2008-03-13
.........\ridgeregress.m,1436,2003-02-21
.........\robustlssvm.m,3067,2003-02-21
.........\roc.m,7416,2003-02-21
.........\simclssvm.dll,22016,2003-02-21
.........\simclssvm1024.dll,22016,2003-02-21
.........\simclssvm256.dll,22016,2003-02-21
.........\simclssvm64.dll,22016,2003-02-21
.........\simFILE.m,2607,2003-02-21
.........\simlssvm.m,7110,2005-04-15
.........\sparselssvm.m,3434,2003-02-21
.........\svm分类优化参数.txt,871,2008-03-19
.........\trainlssvm.m,10431,2003-02-21
.........\trimmedmse.m,1711,2003-02-21
.........\tunelssvm.m,9976,2003-02-21
.........\validate.m,4551,2003-02-21
.........\windowize.m,1937,2003-02-21
.........\windowizeNARX.m,1832,2003-02-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 最优化作业C++源代码
    用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)
    2021-03-29 10:49:11下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • Preamble-detection
    可实现OFDM电力载波通信的前导序列检测,能进行连续多个前导检测(Can achieve OFDM power carrier communication leading sequence detection, can carry out a number of continuous preamble detection)
    2017-03-01 09:59:37下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • ooptest
    C++实现的FFT,详细,简单,内含多个测试类(using C++ implements fft,including serials class)
    2013-12-12 23:22:05下载
    积分:1
  • 7
    相变UDF,包括质量传递和热量传递,能够进行气液相变的模拟(Phase transition UDF, including mass transfer and heat transfer, gas-liquid phase transition can be simulated)
    2021-03-02 15:09:34下载
    积分:1
  • jifen
    各种数值积分,龙贝格积分。反常积分。高斯积分。三重积分。(Various numerical integration Romberg integration. Improper integrals. Gaussian integral. Triple integral.)
    2012-12-02 15:54:40下载
    积分:1
  • Gauss
    这是用C++编写的 用高斯方法求解方程的方法 我想对与计算机数学的同学来说 可能会有用(It is written with C++ method for solving equations using Gaussian approach I want to mathematics and computer may be useful for the students)
    2013-07-02 11:10:51下载
    积分:1
  • LZYGSXY
    数值分析课程必备的算法:列主元高斯消去法算法。有需要的同学下载(Numerical analysis courses required algorithms: PCA out Gaussian elimination algorithm. Those students in need to download)
    2009-01-05 22:38:00下载
    积分:1
  • 1003
    c++算法源代码,主要是POJ上面的算法,根据标号可以找到。(c++ algorithm source code, POJ above algorithm, based on the label can be found.)
    2012-09-12 22:28:34下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载