登录
首页 » matlab » plslda

plslda

于 2021-01-10 发布 文件大小:754KB
0 174
下载积分: 1 下载次数: 0

代码说明:

说明:  一个非常不错的PLSLDA工具包 内附有详细的中文帮助 使用简单 功能强大(PLSLDA a very good kit containing a detailed easy to use and powerful Chinese help)

文件列表:

license.txt,1332,2011-01-13
plslda
......\carsplslda.m,2952,2010-08-28
......\classplot2.m,2082,2010-08-22
......\classplot2random.m,524,2010-12-27
......\classpoint.m,255,2009-09-20
......\confounderajust.m,953,2010-06-10

......\csvd.m,278,2010-04-17
......\databin.m,812,2010-09-30
......\datafit.mat,558,2010-06-11

......\DM2.mat,31152,2009-05-18
......\error_SPA,236729,2011-01-09
......\example_spa.m,203,2010-05-12
......\fishersel.m,752,2009-08-31
......\histfitnew.m,1936,2010-10-10
......\ks.m,1168,2010-04-22
......\ldapinv.m,432,2010-05-29

......\mcuveplslda.m,1989,2009-11-25
......\msst.m,527,2010-10-08
......\mtc.m,1123,2010-04-18
......\optisim.m,3099,2009-12-06
......\plotcars.m,838,2010-04-14
......\plotlda.m,1893,2010-08-25
......\plotpra.m,464,2010-07-05
......\plotspa.m,1133,2010-05-30
......\plot_train_test.m,649,2010-08-25
......\PLS-LDA_Manual.doc,683008,2010-09-01
......\plslda.m,1848,2010-03-27
......\plsldacv.m,3166,2010-09-28
......\plsldadcv.m,2136,2010-05-22
......\plsldamccv.m,2795,2010-09-28
......\plsldaproj.m,560,2010-08-20
......\plsldardcv.m,2177,2010-05-22
......\plsldaval.m,575,2010-02-08
......\plssim.m,4167,2009-09-14
......\pls_nipals.m,1802,2010-05-19
......\pra.m,1123,2010-07-05
......\pretreat.m,827,2010-09-28
......\rmvconstvar.m,196,2010-09-28
......\roccurve.m,736,2010-02-08
......\scarsplslda.m,2449,2010-04-19
......\sesp.m,555,2010-02-08
......\spa.m,4155,2010-09-28
......\SPA_manual.doc,112128,2010-04-19
......\splineValue.m,210,2010-09-30
......\test_package_functions.m,1534,2010-09-28
......\tp.m,340,2010-09-28
......\traintestselect.m,1328,2010-04-22
......\tstatis.m,882,2010-03-15
......\tvalue.m,374,2010-03-15
......\VariablesWeight.m,595,2008-06-23
......\vipp.m,554,2009-11-05
......\weightsampling.m,601,2009-10-11
......\wsample.m,660,2009-10-11

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

发表评论

0 个回复

  • regression-
    计量经济学的统计回归相关工具包,包括最优化、VAR-CVAR(toolboxes related in statistics and regression, including optimization and VAR-CVAR model)
    2011-06-10 00:20:29下载
    积分:1
  • try1_1
    果蝇算法的matlab编程实现,函数优化来测试(Drosophila algorithm matlab programming, function optimization to test)
    2012-10-13 11:08:24下载
    积分:1
  • GN_FN
    复杂网络社团结构划分算法里最经典的GN算法和FN算法的实现原码(Community structure of complex networks division algorithm in the most classic GN algorithm and the algorithm to achieve the original code FN)
    2011-12-05 15:03:36下载
    积分:1
  • Genetic-Algorithm-matlab
    使用matlab实现遗传算法,内容正确,方法简单(Genetic algorithm matlab code)
    2013-12-31 21:43:29下载
    积分:1
  • 四旋翼无人机
    四旋翼无人机SIMULINK建模,PSO_SA优化PID参数 reverse.m 作用:将History表中的string形式的key值转换为赋给九个全局变量temp00, ... ,temp08运行sum1.slx,可以直接观察此组参数的波形。 History 作用:映射表,将一组参数(temp00, ..., temp08)映射到这组参数的ITAE指标。 trojectory.m 作用:定义一条路径并进行路径压缩,通过不断向sum.slx传递位置参数,控制无人机运动,并接受无人机运动过程,做出无人机运动位置图像。 sum1.slx 作用:从外部接受一组位置关系(x,y,z),模拟无人机由原点(0,0,0)运动到该位置并保持稳态这个过程中无人机的位置变化,并向外部反馈。 PSO_3D.m 作用:调用sum3D.slx,通过PSO得到内循环最优解的参数。 sum3D.slx 作用:获取.m文件中设置好的全局变量的值,模拟内循环三个角度的变化。 PSO_History.m 作用:调用sum9D.slx,通过PSO得到外循环最优解的参数,此过程已被History表优化。 PSO_SA.m 作用:调用sum9D.slx,通过PSO得到外循环最优解的参数,此文件在PSO_History.m基础上被模拟退火算法优化(Four rotor UAV SIMULINK modeling, PSO_SA optimize PID parameters)
    2018-08-26 15:53:54下载
    积分:1
  • AIMI561
    This the free version of my Basis of AI Backprop designed to accompany my not yet published textbook, _The Basis of AI_. This program contains enough features for students in an ordinary AI or Neural Networking course. It includes the quickprop and delta-bar-delta algorithms for faster training and a fast integer version for machines without floating point hardware. This particular package includes C source for DOS and UNIX, examples, an ASCII manual and a number of DOS binaries. The binaries are for systems with floating point hardware (bp.exe), one for systems without floating point hardware (bp486sx.exe) and an integer version binary (ibp486sx.exe) for systems without floating point hardware.
    2007-11-10 11:59:38下载
    积分:1
  • CI
    说明:  covariance intersection algorithm
    2011-06-02 10:26:37下载
    积分:1
  • Robust-Optimization-(Book)
    This is a very good book on Robust optimization that covers all the essentials of robust optimization.
    2013-12-07 04:52:53下载
    积分:1
  • mosaic
    mosaic.rar拼接技术,matlab 源程序,希望有所帮助,(mosaic.rar splicing technology, matlab source code, hope that helps,)
    2013-12-24 11:39:29下载
    积分:1
  • MATLAB2010-jiaocheng
    本文为MATLAB一篇详细的教程,看完之后入门应该会容易的多(This article gives a detailed tutorial MATLAB, after reading the entry should be much easier)
    2013-07-24 09:41:13下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载