CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - R代码

搜索资源列表

  1. 计算统计学R程序

    1下载:
  2. 比较经典的计算统计学书上上的R代码及数据,可以通过这个来学习R语言编程。非本人编写。
  3. 所属分类:其它程序

  1. Garch

    1下载:
  2. 对时间序列模型Garch模型进行建模的R语言代码(R code for time series modeling of Garch Family)
  3. 所属分类:其他

  1. R-recommend-master

    0下载:
  2. 基于协同过滤的代码,以此来完成推荐过程,R中有相关的算法包,实现方式简单(Code based on collaborative filtering)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:302kb
    • 提供者:大树据
  1. MATLAB与CCS配置及代码生成总结

    1下载:
  2. MATLAB&CCS配置及代码生成总结,通过simulink模型自动生成代码缩短研发周期(MATLAB&CCS configuration and code generation summary, through the Simulink model automatically generate code, shorten the R & D cycle)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-19
    • 文件大小:2.95mb
    • 提供者:张老四
  1. R语言混合型数据聚类分析案例

    0下载:
  2. R语言混合型数据聚类分析案例,案例是对于美国大学的聚类分析,有代码的注释(Case study of R language mixed data clustering analysis)
  3. 所属分类:教育系统应用

    • 发布日期:2017-12-13
    • 文件大小:1.77kb
    • 提供者:彷徨老A
  1. 常见的机器学习方法(R语言)

    1下载:
  2. 常见的机器学习方法,R代码,并附有详细的代码说明(Common machine learning methods, R code, and with detailed code descr iption)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:7kb
    • 提供者:彷徨老A
  1. R语言-多样性分析

    0下载:
  2. 利用简单的命令代码分析生物的多样性,从数据的录入到多样性的分析都要系统的介绍(The use of simple command code to analyze biological diversity, from data entry to diversity analysis, should be systematically introduced)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:mlz
  1. 《基于R的统计分析与数据挖掘》数据和代码

    1下载:
  2. R语言的程序代码,为了更好的学习R语言与大数据方面的数据分析,数据分类还有数据挖掘,这将是一个大数据的时代(R language program code, in order to better learn R language and big data aspects of data analysis, data classification, as well as data mining, which will be a big data Era)
  3. 所属分类:网络编程

    • 发布日期:2017-12-16
    • 文件大小:284kb
    • 提供者:巧儿believe
  1. DEA.R

    0下载:
  2. 脚本自动执行以下R算法: DESeq2, edgeR and limma(scr ipt to automate differential expression analysis using the following R algorithms: DESeq2, edgeR and limma)
  3. 所属分类:企业管理

    • 发布日期:2017-12-20
    • 文件大小:6kb
    • 提供者:myh333777
  1. 统计建模于R

    1下载:
  2. 基于R语言的建模,结合例子的代码实现,包括假设检验与各种统计量的计算(Based on the R language modeling, combined with the code implementation of the example, including the hypothesis test and the calculation of various statistics)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:斑驳流年
  1. R语言直径分布拟合代码

    3下载:
  2. 用于Weibull分布概率密度函数拟合林分直径分布的代码,对其进一步的分析有一定的帮助!(The code of Weibull distribution probability density function fitting forest stand diameter distribution has certain help to its further analysis!)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:6kb
    • 提供者:xiaoaofeizhu
  1. 例4-2的R代码

    0下载:
  2. 计算协方差阵、逆矩阵、和各组均值;进行预测及回判。(Covariance matrix, inverse matrix, and mean of each group are calculated)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:2kb
    • 提供者:咕咚流水
  1. 数量生态学-R语言应用 数据和代码

    13下载:
  2. 主要内容是教读者如何在R语言中实现数量生态学基本方法(数据描述性统计、关联测度计算)和高级方法(聚类分析、排序分析和空间分析)。(The main content is to teach readers how to implement the basic methods of Quantitative Ecology (data descr iptive statistics, association measure calculation) and advanced methods (clu
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:272kb
    • 提供者:夏小暖
  1. R语言与数据挖掘(R_and_Data_Mining)

    0下载:
  2. R and data mining R语言 和 数据挖掘 包含部分实例 以及代码(R and data mining including some examples and the code to make up for it)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:11.92mb
    • 提供者:immorwave
  1. encode-xunlian(1)r

    0下载:
  2. 从给定的很多张自然图片中截取出大小为8*8的小patches图片共10000张,现在需要用sparse autoencoder的方法训练出一个隐含层网络所学习到的特征。该网络共有3层,输入层是64个节点,隐含层是25个节点,输出层当然也是64个节点了。这里只是上传了训练的部分代码,后续继续(A total of 10000 small patches pictures with size 8*8 are extracted from a lot of natural pictures. Now
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:11kb
    • 提供者:小臭臭666
  1. encode-xunlian(2)r

    0下载:
  2. 稀Autoencode中稀疏自编码相关代码,这里接上次上传的(1),后续程序会继续上传(Sparse Autoencode in sparse self encoding related code, here the last upload (1), follow up program will continue to upload)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:16kb
    • 提供者:小臭臭666
  1. TOPSIS熵值法R代码和灰色关联度Matlab程序

    5下载:
  2. TOPSIS-熵权法R代码,可用来进行综合评价(TOPSIS-Entropy Weight R Code, which can be used for comprehensive evaluation)
  3. 所属分类:其他

    • 发布日期:2019-10-31
    • 文件大小:5kb
    • 提供者:aayan951108
  1. 模糊聚类R代码

    1下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori
  3. 所属分类:其他

    • 发布日期:2021-02-11
    • 文件大小:1kb
    • 提供者:卡擦
  1. R sir

    1下载:
  2. R语言代码,传染病传播的SIR模型,可直接应用仿真模拟 (SIR model the spread of infectious diseases, it is full, the simulation can be applied directly)(R language code, simulating SIR model)
  3. 所属分类:其他

  1. Copula-CoVaR R 操作说明 zhang

    8下载:
  2. GARCH-Copula-VaR R代码操作说明(GARCH-Copula-VaR R code)
  3. 所属分类:金融证券系统

    • 发布日期:2021-04-17
    • 文件大小:43kb
    • 提供者:高山流水ls
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com