登录
首页 » matlab » elasticnet_1.0-5

elasticnet_1.0-5

于 2020-08-01 发布 文件大小:251KB
0 118
下载积分: 1 下载次数: 163

代码说明:

  弹性网和Lasso的代码 用来变量选择的好工具(Lasso code)

文件列表:

elasticnet
..........\chtml
..........\.....\elasticnet.chm
..........\htm" target=_blank>CONTENTS
..........\data
..........\....\filelist
..........\....\Rdata.zip
..........\htm" target=_blank>DESCRIPTION
..........\help
..........\....\htm" target=_blank>AnIndex
..........\....\htm" target=_blank>arrayspc
..........\....\cv.enet
..........\....\htm" target=_blank>diabetes
..........\....\htm" target=_blank>elasticnet-internal
..........\....\htm" target=_blank>enet
..........\....\htm" target=_blank>pitprops
..........\....\plot.enet
..........\....\predict.enet
..........\....\print.arrayspc
..........\....\print.enet
..........\....\print.spca
..........\....\htm" target=_blank>spca
..........\html
..........\....\00Index.html
..........\....\arrayspc.html
..........\....\cv.enet.html
..........\....\diabetes.html
..........\....\elasticnet-internal.html
..........\....\enet.html
..........\....\pitprops.html
..........\....\plot.enet.html
..........\....\predict.enet.html
..........\....\print.arrayspc.html
..........\....\print.enet.html
..........\....\print.spca.html
..........\....\spca.html
..........\htm" target=_blank>INDEX
..........\latex
..........\.....\arrayspc.tex
..........\.....\cv.enet.tex
..........\.....\diabetes.tex
..........\.....\elasticnet-internal.tex
..........\.....\enet.tex
..........\.....\pitprops.tex
..........\.....\plot.enet.tex
..........\.....\predict.enet.tex
..........\.....\print.arrayspc.tex
..........\.....\print.enet.tex
..........\.....\print.spca.tex
..........\.....\spca.tex
..........\man
..........\...\elasticnet.Rd.gz
..........\htm" target=_blank>MD5
..........\Meta
..........\....\data.rds
..........\....\hsearch.rds
..........\....\package.rds
..........\....\Rd.rds
..........\R
..........\.\htm" target=_blank>elasticnet
..........\.\elasticnet.rdb
..........\.\elasticnet.rdx
..........\R-ex
..........\....\cv.enet.R
..........\....\enet.R
..........\....\plot.enet.R
..........\....\predict.enet.R
..........\....\spca.R

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

发表评论


0 个回复

  • fanucconf_dll
    说明:  Fanuc configuration files. Needed DLL and other files.
    2020-01-18 03:36:22下载
    积分:1
  • GPS_heading_outliers
    在GPS/DR组合导航系统中,对GPS航行进行去野值。(This program Gets rid of GPS heading outliers in GPS/DR integrated navigation system.)
    2012-08-27 16:20:28下载
    积分:1
  • student
    说明:  实现基础的学生信息管理,实现自己定义的链表结构,对学生信息进行存储(Realizing Basic Student Information Management)
    2019-05-09 14:58:41下载
    积分:1
  • 一个支持多用户的基于TCP/IP协议的客户/服务器通信的应用序...
    一个支持多用户的基于TCP/IP协议的客户/服务器通信的应用程序-a multi-user support based on the TCP/IP protocol client/server communication applications
    2022-08-20 09:12:05下载
    积分:1
  • osgMFC
    osg mfc 测试例子,主要涉及如何使用osg,具体请看源码
    2015-11-11 10:05:01下载
    积分:1
  • MD5加密自己写
    MD5加密,网上找很多都不合适,自己写一个。(MD5 encryption, the Internet to find a lot of inappropriate, write one yourself.)
    2017-08-30 15:53:42下载
    积分:1
  • 一个VC发送邮件的例子代码
    一个VC发送邮件的例子代码-a VC mail code examples
    2022-06-21 05:03:56下载
    积分:1
  • 风干扰下弹道解算序Trajectory-Program
    本程序为风干扰下弹道解算程序,包括matlab程序和simulink程序,非常实用(The procedures for the wind interference under ballistic solver, including the the matlab procedure and simulink program, very useful)
    2020-07-08 09:48:56下载
    积分:1
  • Labwindow/CVI popup-dialog
    这个程序简单展示了利用Labwindow/CVI制作对话框的步骤。让弹出的对话框不再变得神秘。(This program shows a simple step uses Labwindow/CVI make dialog. Let the dialog box no longer becomes mysterious.)
    2015-08-26 20:18:31下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • 696518资源总数
  • 104734会员总数
  • 23今日下载