登录
首页 » matlab » CARS_PLS

CARS_PLS

于 2020-12-25 发布 文件大小:1419KB
0 257
下载积分: 1 下载次数: 32

代码说明:

  竞争性自适应重加权算法(CARS)是通过自适应重加权采样(ARS)技术选择出PLS模型中回归系数绝对值大的波长点,去掉权重小的波长点,利用交互验证选出RMSECV指最低的子集,可有效寻出最优变量组合。(Competitive adaptive reweighted algorithm (CARS) is obtained by adaptive reweighted sampling (ARS) technique is selected in the PLS model regression coefficients with large absolute values of wavelength, remove the weight of small wavelength, using cross validation to select the RMSECV refers to the minimum subset, can effectively find out the optimal combination of variables.)

文件列表:

CARS_PLS\CARS-package\carspls.m, 3383 , 2017-12-03
CARS_PLS\CARS-package\mcs.m, 2983 , 2017-12-03
CARS_PLS\CARS-package\plotcars.m, 835 , 2017-12-03
CARS_PLS\CARS-package\plotmcs.m, 592 , 2017-12-03
CARS_PLS\CARS-package\pls.m, 1953 , 2017-12-03
CARS_PLS\CARS-package\plscvfold.m, 2639 , 2017-12-03
CARS_PLS\CARS-package\plsmccv.m, 2977 , 2017-12-03
CARS_PLS\CARS-package\plsnipals.m, 1734 , 2017-12-03
CARS_PLS\CARS-package\plsrdcv.m, 2179 , 2017-12-03
CARS_PLS\CARS-package\plsval.m, 342 , 2017-12-03
CARS_PLS\CARS-package\pretreat.m, 739 , 2017-12-03
CARS_PLS\CARS-package\test_package_functions.m, 1110 , 2017-12-03
CARS_PLS\CARS-package\tp.m, 472 , 2017-12-03
CARS_PLS\Key wavelengths screening using competitive adaptive reweighted sampling.pdf, 1186702 , 2012-06-20
CARS_PLS\license.txt, 1332 , 2011-01-11
CARS_PLS\pls\carspls.m, 3383 , 2010-06-02
CARS_PLS\pls\CARS_manual.pdf, 49218 , 2011-01-11
CARS_PLS\pls\classplot2.m, 920 , 2010-08-13
CARS_PLS\pls\corn_m51.mat, 448880 , 2010-02-12
CARS_PLS\pls\csvd.m, 278 , 2010-03-30
CARS_PLS\pls\dosc.M, 1102 , 2000-10-12
CARS_PLS\pls\example_nir.m, 506 , 2010-04-16
CARS_PLS\pls\expred1.m, 465 , 2008-04-20
CARS_PLS\pls\expred2.m, 736 , 2008-06-24
CARS_PLS\pls\ks.m, 812 , 2009-05-08
CARS_PLS\pls\LOGO_CARS.JPG, 46264 , 2010-04-10
CARS_PLS\pls\lsreg.m, 966 , 2010-04-12
CARS_PLS\pls\Manne_bi.m, 1132 , 2010-05-20
CARS_PLS\pls\mcs.m, 2983 , 2010-03-08
CARS_PLS\pls\mcuvepls.m, 1217 , 2010-04-12
CARS_PLS\pls\mwpls.m, 976 , 2008-12-10
CARS_PLS\pls\oscplscv.m, 3013 , 2009-04-14
CARS_PLS\pls\plotcars.m, 835 , 2010-04-19
CARS_PLS\pls\plotmcs.m, 592 , 2010-03-08
CARS_PLS\pls\pls.m, 1953 , 2010-02-14
CARS_PLS\pls\plscvfold.m, 2639 , 2011-01-08
CARS_PLS\pls\plsdcv.m, 1955 , 2009-12-16
CARS_PLS\pls\plsmccv.m, 2977 , 2010-04-16
CARS_PLS\pls\plsnipals.m, 1734 , 2009-10-27
CARS_PLS\pls\plsrdcv.m, 2179 , 2010-06-30
CARS_PLS\pls\plssim.m, 4180 , 2009-10-20
CARS_PLS\pls\plsval.m, 342 , 2010-02-14
CARS_PLS\pls\pls_nipals.m, 1788 , 2010-09-07
CARS_PLS\pls\pretreat.m, 739 , 2010-04-20
CARS_PLS\pls\scarspls.m, 2944 , 2010-04-20
CARS_PLS\pls\simuin.m, 483 , 2010-08-05
CARS_PLS\pls\test_package_functions.m, 1110 , 2017-12-03
CARS_PLS\pls\test_script_rce.m, 651 , 2010-08-13
CARS_PLS\pls\Thumbs.db, 12800 , 2011-01-11
CARS_PLS\pls\tp.m, 472 , 2010-02-19
CARS_PLS\pls\vipp.m, 554 , 2010-03-31
CARS_PLS\pls\~$RS_manual.doc, 162 , 2011-01-11
CARS_PLS\无信息变量消除.txt, 855 , 2017-10-18
CARS_PLS\CARS-package, 0 , 2017-12-03
CARS_PLS\pls, 0 , 2015-09-23
CARS_PLS, 0 , 2018-01-13

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

发表评论

0 个回复

  • STATCOM_Phasor_M
    说明:  Controller-Based STATCOM for Bus System
    2019-11-20 13:56:34下载
    积分:1
  • searching
    /* binarysearch() - A binary search implementation which takes the same * arguments as the C library function bsearch() provided by stdlib.h. It * searches the sorted array at address base, which has nmemb elements, each of * which is size bytes long. compar is a pointer to a comparison function. * The function compares two array elements, and returns a negative, zero, or * positive integer depending on whether the first array element is less than, * equal to, or greater than the second. */
    2010-12-20 04:24:54下载
    积分:1
  • js特效
    自适应代码 焦点图 手风琴效果 图片轮播 下拉菜单 二级菜单(Adaptive Code Focus Map Accordion Effect Picture Rotary Dropdown Menu Level 2 Menu)
    2019-03-07 15:19:44下载
    积分:1
  • hatch
    Vibration Simulation Using MATLAB and ANSYS书籍的所有程序代码(Vibration Simulation Using MATLAB and ANSYS codes)
    2018-03-12 19:53:07下载
    积分:1
  • 1.5版本升级包
    说明:  CMS发布v1.5版本,升级文件请到各qq群共享文件或者百度网盘下载。 此版本有以下功能更新: 2. 修复文章列表页面右侧关联商品不显示 3. 优化搜索框,搜索后显示搜索词 4. 新增商品列表图片 分屏触发图片加载 5. 修复部分空间,手机搜索分页空白问题 6. 电脑端商品列表优化优惠券金额显示 7. 修复后台商品列表 状态选项 按钮图片缺失 8. 电脑端右侧新增悬浮二维码 9. 修复手机端文章详情页面 猜你喜欢不显示问题 10. 修复电脑端商品详情页面 精品推荐 淘宝、天猫售价显示错误问题 11. 优化电脑端主导航选中状态 12. 新增电脑端头部文字自定义编辑功能(CMS releases v1.5 version, upgrade files, please share files with each QQ group or Baidu SkyDrive download. This version has the following feature updates: 2., repair the article list page, the right side of the associated goods do not show 3. optimize search box, search show search words 4., new product list, pictures, sub screen trigger, picture loading 5., repair some space, mobile search blank pages 6., computer terminal commodity list optimization, coupon amount display 7., repair the background goods list status, Options button, picture missing 8., the computer side of the new suspension two-dimensional code 9., repair the mobile terminal articles details page, guess you like not to show the problem 10., repair the end of the computer product details page, boutique recommended Taobao, Tmall show error in price 11. optimize the computer's main navigation, select the state 12., new computer head, text, custom editing function)
    2017-08-17 18:05:53下载
    积分:1
  • 神经网络的应用,强大的非线性映射能力,进行凸轮…
    利用神经网络强大的非线性映射能力来进行摄像机的标定,这里提供了许多这方面的论文资料。-The use of neural networks a powerful nonlinear mapping ability to carry out camera calibration, here are a lot of papers in this regard the information.
    2022-01-25 16:17:17下载
    积分:1
  • 这个dll获取硬件信息进行哈希计算。它的出口…
    对取得的硬件信息进行Hash的一个DLL,提供了对外的接口供调用-This DLL will get hardware information to make a hash calculation. It exports some interfaces to use.
    2022-03-11 10:11:05下载
    积分:1
  • C#个人理财管理程序
    C#个人理财管理程序,功能模块:系统登录、注销与切换帐户、个人财务管理、系统维护、实用工具、窗口视图、使用帮助等。每个模块下细分有子功能。VS2005下可直接编译源代码。
    2022-02-15 23:45:54下载
    积分:1
  • 缩略图突出圆角焦点图
    说明:  缩略图突出圆角焦点图是一款带左右箭头、文字说明和缩略图突出显示的圆(A thumbnail highlight rounded focus is a circle highlighted with left and right arrows, text descriptions, and thumbnails.)
    2019-03-27 15:42:38下载
    积分:1
  • 几种常见的伪随机数的产生程序,上载程序是从别处下载的,觉得还比较有用...
    几种常见的伪随机数的产生程序,上载程序是从别处下载的,觉得还比较有用-several common pseudo-random number generated procedures, procedures are available on the download elsewhere, I felt that more useful
    2022-02-21 15:26:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载