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

搜索资源列表

  1. gaosisuanfa

    0下载:
  2. 数值分析中的\"高斯列主元消去法解线代数方程组\"算法的具体实现-numerical analysis of the "main-element Gaussian Elimination Solution Line algebraic equations," a concrete realization algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:鼹鼠
  1. xuanzhuyuan

    0下载:
  2. 数值分析-列选主元求解方程组 //n 整型变量。方程组的阶数 //a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。 //b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。 //本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1472
    • 提供者:紫水晶
  1. KICA

    0下载:
  2. 核独立主元分析(KICA算法)在模式识别、过程监测、故障诊断等不同领域的应用中都表现了很好的性能。-Kernel independent principal component analysis (KICA algorithm) has shown good performance in pattern recognition, process monitoring, fault diagnosis and other fields.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:ZhangTK
  1. PCA

    0下载:
  2. PCA主元分析法求主元个数,Q和T2的源程序-PCA principal component analysis method for the number of main elements, Q and T2 of the source
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:6740992
    • 提供者:王芬芬
  1. Kpca

    0下载:
  2. 核主元分析法,将低维数据,映射到高维空间,进行更精确的非线性划分。-Kernel principal component analysis, the low-dimensional data, mapping to high-dimensional space for more accurate non-linear division.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5953
    • 提供者:张兵
  1. PCA

    0下载:
  2. 关于主元分析法的程序,希望大家可以用的上。-About the application of principal component analysis, hope everyone can use.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:294690
    • 提供者:赵雪晴
  1. PCAMatlab

    0下载:
  2. PCA主元分析及实现方法(内含《精通MATLAB数字图像处理与识别》)-Analysis of PCA Principal Component and Its Implementation
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:48653312
    • 提供者:周伟
  1. 77257795PCA_yuandaima

    0下载:
  2. PCA源程序,主元分析源程序,可以用于变量的特征提取(PCA source code, principal component analysis source, can be used for variable feature extraction)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:relief
  1. PCA-ICA

    0下载:
  2. 实现了主元分析(PCA)和独立分量分析(ICA)相关信号处理。非线性降维。(Implements Principal Component Analysis (PCA) and Independent Component Analysis (ICA) correlation signal. Non-linear dimension reduction using kernel PCA.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:15169536
    • 提供者:SONAH~
  1. PCA_Monitoring

    0下载:
  2. PCA(principle component analysis)算法,可用于特征选择等,希望有帮助(principle component analysis)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:蜗牛快快
  1. PCA

    0下载:
  2. MATLAB实现主元分析法,实现数据的压缩,提取主元(MATLAB realize Principal Component Analysis, To achieve data compression, extract the principal component)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:JINJINJIN
  1. nruhfo

    0下载:
  2. 主元分析PCA的C代码,自己花了好几天编的,对做数据挖掘和模式识别的同志们有用()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:11264
    • 提供者:biana
  1. PCA故障诊断步骤

    1下载:
  2. PCA故障分析程序,主元分析法,故障诊断,TE过程的数据。(PCA fault analysis program, principal component analysis, fault diagnosis, TE process data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:130048
    • 提供者:赵姗姗
  1. 模式识别

    0下载:
  2. 模式识别课程关于主元分析的人脸识别算法程序(matlab)。(Face recognition The face recognition algorithm program (matlab) for the principal component analysis in the pattern recognition course.)
  3. 所属分类:图形图像处理

  1. 数值分析上机C语言代码

    1下载:
  2. 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:95232
    • 提供者:咸咸甜甜
  1. rmnea

    0下载:
  2. 主元分析PCA的C代码,自己花了好几天编的,对做数据挖掘和模式识别的同志们有用()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:15360
    • 提供者:balence
  1. FNN与PCA和KPCA结合

    0下载:
  2. 一种特征提取方法:结合主元分析(PCA)和核主元分析(KPCA)的前馈神经网络(FNN)(A feature extraction method: the feedforward neural network (FNN) combined with principal component analysis (PCA) and kernel principal component analysis (KPCA))
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:10240
    • 提供者:宸儿宝贝
  1. KPCA故障检测程序(代码已优化)

    5下载:
  2. 基于核主元分析(KPCA)的工业过程故障检测,代码已优化,运行效率高,有详细的注释,附有训练数据和测试数据。(Achieves fault detection of industrial processes based on Kernel Principal Component Analysis (KPCA); the code has been optimized for high operational efficiency; detailed notes are attached with
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:57344
    • 提供者:Galsang
  1. PLS_Toolbo

    2下载:
  2. pls_toolbox工具箱可以解决统计领域多个问题的matlab求解问题,比如偏最小二乘问题、多向主元问题、主元分析等等,集成的工具箱方便,而且不需要验证码!(The pls_toolbox toolbox can solve the MATLAB problem of multiple problems in the field of statistics, such as partial least squares, multidirectional principal element,
  3. 所属分类:其他

    • 发布日期:2018-11-05
    • 文件大小:9245696
    • 提供者:zwpeople
  1. 基于核主元分析的非线性过程监测与诊断研究

    1下载:
  2. 图像分类,Fisher判别式,贡献图图像分类,Fisher判别式,贡献图图像分类,Fisher判别式,贡献图图像分类,Fisher判别式,贡献图
  3. 所属分类:图形图像处理(光照,映射..)

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com