搜索资源列表

  1. pca-matlab-code

    1下载:
  2. pca主成分分析算法matlab源码,利用matlab实现pca算法。-pca principal component analysis algorithm Matlab source, using Matlab achieve pca algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:33870
    • 提供者:李辙
  1. PCA

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2243
    • 提供者:sutao
  1. pca

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:159321
    • 提供者:sutao
  1. image_mva_0

    0下载:
  2. 一个利用Matlab实现PCA(主成分分析),k_means图像分割很好的例子。-using Matlab a PCA (Principal Component Analysis), k_means image segmentation good example.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:67584
    • 提供者:高山
  1. PCA_algorithms

    0下载:
  2. 本程序实现pca理论的算法,并用自定义坐标加以显示,而且采用两种数据输入方式-the program pca theory of algorithms, and self-definition of coordinates, and using two data input methods
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:93184
    • 提供者:张颖
  1. pca-matlab-code

    0下载:
  2. pca主成分分析算法matlab源码,利用matlab实现pca算法。-pca principal component analysis algorithm Matlab source, using Matlab achieve pca algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:33792
    • 提供者:李辙
  1. PCA

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础-matlab realize PCA for face recognition source code, the basic function of the realization, as a basis for
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:sutao
  1. pca

    0下载:
  2. matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础-matlab realize PCA for face recognition source code, the basic function of the realization, as a basis for
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:158720
    • 提供者:sutao
  1. pca

    0下载:
  2. matlab实现pca算法,基于orl人脸数据库,有很高的识别率-matlab achieve the PCA algorithm, based on the ORL face database, a high recognition rate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:秦晔
  1. pca

    0下载:
  2. 用matlab中的基本数学包实现-PCA,有助于理解PCA原理。 -Using matlab in the realization of the basic mathematical package-PCA, help to understand the principles of PCA.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:duzhibin
  1. PCAcode

    0下载:
  2. 实现pca功能的完整matlab程序,很好用,源代码-Pca functional integrity of the implementation of the matlab program, very good, and the source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:108544
    • 提供者:飞飞
  1. PCA

    0下载:
  2. pca主成分分析算法matlab源码,利用matlab实现pca算法。附带pca相关资料-pca principal component analysis algorithm matlab source code, the use of matlab to achieve pca algorithm. Pca with information ... ...
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2331648
    • 提供者:李三轮
  1. PCA

    0下载:
  2. matlab实现pCA遥感图像融合,包含了pca源文件-Remote sensing image fusion matlab realize pCA
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:anzhenyu
  1. pca

    0下载:
  2. 实现pca功能,进行数据降维,使算法简单化-Realize pca functions, to data dimension reduction, the method is simple
  3. 所属分类:OpenCV

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:mr zeng
  1. PCA-SIFT

    0下载:
  2. PCA-SIFT在Unix/Linux下的实现-PCA-SIFT in the Unix/Linux implementation under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4121600
    • 提供者:ToT
  1. PCA两种算法matlab+C++

    0下载:
  2. C++和matlab的两种算法实现PCA的源程序。(Two algorithms to achieve PCA source.)
  3. 所属分类:大数据

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:Elifen
  1. PCA

    0下载:
  2. PCA主成分分析算法matlab源码,利用matlab实现PCA算法。(PCA principal component analysis algorithm matlab source code, using MATLAB to achieve PCA algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:大安安安
  1. PCA

    0下载:
  2. Python实现PCA将数据转化成前K个主成分的伪码大致如下: ''' 减去平均数计算协方差矩阵计算协方差矩阵的特征值和特征向量将特征值从大到小排序保留最大的K个特征(Python PCA data into pseudo code before the K principal components are as follows: the characteristics of 'average minus the covariance
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:64512
    • 提供者:193sd
  1. Robust PCA

    0下载:
  2. 用于拉格朗日函数分解运算的PCA算法,MATLAB程序实现(PCA algorithm for decomposition operation of Lagrange function)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-17
    • 文件大小:2212864
    • 提供者:你懂得啊
  1. PCA

    0下载:
  2. 不用自带函数,而是直接编程实现PCA算法。然后用PCA实现将数据从三维降到二维。(PCA algorithm is realized by direct programming instead of self-contained functions.Then PCA is used to reduce the data from three-dimensional to two-dimensional.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:北北北
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org