LARS algorithm

版本 1.0.0.0 (1.4 MB) 作者: Sung Soo Kim
Pure vanilla implementation of LARS algorithm.
4.8K 次下载
更新时间 2016/3/31

查看许可证

This is a pure vanilla implementation of LARS algorithm with LASSO modification. For more information about the algorithm follow the link. http://www-stat.stanford.edu/~hastie/Papers/LARS/LeastAngle_2002.pdf This document is included in the zip file (LeastAngle_2002.pdf).
There are many 'lars' implementation in the internet if you search. This is a relatively pure porting of the 'lars' package written by algorithm developer long time ago for R statistics language. Recent version by authors may have many changes. See http://cran.r-project.org/web/packages/lars/index.html for more information.
I commented equation number line by line in the codes so that you can follow the algorithm as you read the paper. You may start developing your own 'lars' implementation from this point. Test set includes Diabetes example used in the original paper (sorry, no plots for that). If you find any error, let me know. I'll appreciate it.

Caution: I've been using this file for more than 3 years, but I've never used 'forward stagewise' or 'pure lars'. I've been using only 'lars with lasso modification'. So I don't guarantee former two algorithms.

Installation:
Just copy 4 files in the 'lars' folder to your path. Or add 'lars' folder to your Matlab path.

Testing:
Read the 'test_lars.m' file. All files in the 'lars_tests' folder should be in the search path. It is written in the XTargets' MUnit format. But if you don't use MUnit, that's fine. Just copy and run codes in nested functions in that file.

Usage:
See 'test_lars.m' file.

License: The original R-package written by algorithm developers is under GPL v2 or newer. So is this.

引用格式

Sung Soo Kim (2024). LARS algorithm (https://www.mathworks.com/matlabcentral/fileexchange/23186-lars-algorithm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 R Language 的更多信息
致谢

启发作品: zeroSR1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

license
license