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

搜索资源列表

  1. pca_fld

    0下载:
  2. 这是主成分分析pca和fld的代码,主要实现特征降维。(This is the principal component analysis of pca and fld code, the main feature reduction dimension.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:AmandaRuan
  1. pca

    1下载:
  2. 主成分分析,贡献率排序,各成分贡献率,累计贡献率。自己输入数据矩阵和想要的主成分个数,有大量中文注释(Principal component analysis, ranking of contribution rate, contribution rate of each component, and cumulative contribution rate. You enter the data matrix and the number of the principal components
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:echoji
  1. 2017Example of principal component analysis

    1下载:
  2. 主成分分析例子,2017主成分分析例子,博士研究生+多元统计分析课程讲稿(Example of principal component analysis)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:虎虎000
  1. 主成分分析

    1下载:
  2. 通过实例来研究SAS软件中的因子分析和主成分分析及二者分析结果的比较。以2012年城镇消费支出资料(数据来源于2013年《中国统计年鉴》)为依据,对全国31个省市进行主成分分析和因子分析,31个省市消费支出指标为X_1—食品,X_2—衣着,X_3—家庭设备及用品,X_4—医疗保健,X_5—交通通信,X_6—文教娱乐,X_7—居住,X_8其他商品和服务。(The factor analysis and principal component analysis of SAS software and
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:zwl666
  1. PCA人脸识别

    1下载:
  2. opencv下,用PCA主成分分析的方式做人脸识别(Using PCA principal component analysis to do face recognition)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:3726336
    • 提供者:century
  1. 因子分析

    0下载:
  2. matlab程序关于数学建模里的主成分分析(Matlab program on principal component analysis in mathematical modeling)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:745472
    • 提供者:hxp
  1. pca.m

    0下载:
  2. 完成主成分分析算法的源程序,算法的源程序,(The source program of the principal component analysis algorithm, the source program of the algorithm,)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:wz002
  1. PCA+GUI人脸识别

    0下载:
  2. 基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divide
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:2179072
    • 提供者:linXH
  1. PCA

    0下载:
  2. 主成分分析是把原来多个变量划为少数几个综合指标的一种统计分析方法。 从数学角度来看,这是一种降维处理技术。(Principal component analysis (PCA) is a statistical analysis method that divides a number of variables into a few comprehensive indexes.From a mathematical point of view, this is a kind of dimensi
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:洋-
  1. 程序

    0下载:
  2. pca 主成分分析的matlab代码。主成分分析(Principal Component Analysis,PCA), 是一种统计方法。通过正交变换将一组可能存在相关性的变量转换为一组线性不相关的变量,转换后的这组变量叫主成分。(PCA principal component analysis matlab code. Principal component analysis (Principal Component, Analysis, PCA) is a statistical method
  3. 所属分类:汇编语言

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:南歌gege
  1. PCA equation

    0下载:
  2. 主成分分析法求得主成分回归方程,从而达到降维目的。(Principal component analysis method for obtaining the regression equation of principal components)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:gchen01
  1. pca

    0下载:
  2. 将图像进行主成分分析,并显示第一主成分,方法很好用的(The principal component analysis is performed and the first principal component is displayed.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:悠悠123dewfWE
  1. IAMGE-change-PCA

    1下载:
  2. 图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)
  3. 所属分类:图形图像处理

    • 发布日期:2019-03-11
    • 文件大小:661504
    • 提供者:
  1. PCA TEST

    2下载:
  2. 主成分分析程序,能够对高维数据降维分析,适用于高维特征降维,大数据分析(The principal component analysis program can analyze dimensionality reduction of high-dimensional data.)
  3. 所属分类:数据挖掘

    • 发布日期:2020-02-29
    • 文件大小:44032
    • 提供者:ifengjh
  1. zzz

    1下载:
  2. 能够完整实现R语言的主成分分析的经典实例,希望能有所帮助(Realization of principal component analysis in R language)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-04-18
    • 文件大小:154624
    • 提供者:柠檬不萌@
  1. PCA&other

    1下载:
  2. 主成分分析 通过该方法可以构造因子载荷矩阵并给出评分(PCA principal component analysis By this method, factor load matrix can be constructed and scored.)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-13
    • 文件大小:5120
    • 提供者:无喧无言
  1. 主成分分析

    0下载:
  2. 主成分分析PCA源码分析,使用matlab编程,是一种降维方法,通过计算数据矩阵的协方差矩阵,然后得到协方差矩阵的特征值特征向量,选择特征值最大(即方差最大)的k个特征所对应的特征向量组成的矩阵。这样就可以将数据矩阵转换到新的空间当中,实现数据特征的降维。
  3. 所属分类:图形图像处理(光照,映射..)

  1. matlab软件进行主成分因子分析

    1下载:
  2. 利用matlab软件进行主成分因子分析,文档中实例数据来源matlab自带数据文件
  3. 所属分类:金融证券系统

  1. PCAR

    0下载:
  2. 主成分回归算法的python实现,用于进行预测的问题(Python implementation of principal component regression algorithm for prediction)
  3. 所属分类:其他

    • 发布日期:2021-04-25
    • 文件大小:10240
    • 提供者:Xfyyyyyyy
  1. 基于PCA+PSO-ELM的工程费用估计

    8下载:
  2. 利用主成分分析法结合粒子群(PSO)优化极限学习机(ELM)进行工程费用估计预测(In this paper, principal component analysis (PCA) combined with particle swarm optimization (PSO) optimization extreme learning machine (ELM) is used to estimate and forecast engineering cost)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-10
    • 文件大小:34816
    • 提供者:sunshine ye
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com