CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - pca c

搜索资源列表

  1. 27_142

    0下载:
  2. 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11623
    • 提供者:陈冲
  1. pcaC++

    0下载:
  2. 使用C++语言实现主成分变换算法pca,包含求特征值特征向量
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5729
    • 提供者:海礁
  1. agaus

    1下载:
  2. 全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c --return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:陈益林
  1. 2008

    0下载:
  2. 数值分析的c语言程序 列主元元素消元法-Numerical Analysis of the c language program out PCA element elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2810
    • 提供者:预告吧
  1. pca

    2下载:
  2. 主成分分析程序,可用于数据降维及特征提取。-Principal component analysis procedures, can be used for data dimensionality reduction and feature extraction.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-25
    • 文件大小:8885
    • 提供者:武锐
  1. C++arithmetic

    0下载:
  2. C++常用的数值算法 例如: 高斯-赛德尔迭代法、 列主元高斯消去法、 拉格郎日插值多项式 等等…… 都是很不错的学习资料,希望能帮助到大家!-C++ Commonly used numerical algorithm such as: Gauss- Seidel iterative method, PCA out Gaussian elimination method, Lagrange interpolation polynomial and so on ... ..
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8399
    • 提供者:LuanS
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6419
    • 提供者:胡婕
  1. PRproject_lda

    1下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:435187
    • 提供者:李洪涛
  1. pca

    1下载:
  2. 用于主成分分析(pca)的程序(c++)-principal component analysis C++ program
  3. 所属分类:Algorithm

    • 发布日期:2016-04-21
    • 文件大小:15360
    • 提供者:李白
  1. PCA

    0下载:
  2. 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-Free Source Code for Image segmentation and Extraction malic: A Realtime Face Recognition System Source Code Face Detection C++ Library with Skin and Motion Analysis Face Recognition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:177928
    • 提供者:wuchangke
  1. CMatrix

    0下载:
  2. 对称矩阵相关元算,主成分分析(PCA), fisher discriminant analysis(FDA).,-Introduction ============ This is a class for symmetric matrix related computations. It can be used for symmetric matrix diagonalization and inversion. If given the covariance matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:63729
    • 提供者:
  1. PCA-CSharp

    0下载:
  2. 用C# 实现主成分计算功能。分为两种计算方法。-Principal component calculation in C#.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4596
    • 提供者:dongyi
  1. PCA-jacobi

    0下载:
  2. 使用C#对对数据进行主成分分析,并得出结果。-Principal component calculation in C#.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6020
    • 提供者:dongyi
  1. the-Gaussian-elimination-method

    0下载:
  2. 列主元高斯消去法的C语言程序,用来求解线性方程组。在VS2010上编写,已调试通过。-Out PCA Gaussian elimination method C language program, is used to solve linear equations. Written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:12928
    • 提供者:xiaoqiang
  1. shuzhifenxi

    0下载:
  2. 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:941280
    • 提供者:Maple
  1. Gaussian-Elimination-PCA

    0下载:
  2. 改程序是数值分析里边的高斯主元消去法,用c 做的,程序代码简单有注释,希望能对你有帮助-Numerical analysis of the reform process is the main element inside the Gaussian elimination method, c do a simple annotated program code, I hope you can help
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:6519
    • 提供者:何弯弯
  1. Out-PCA-Gaussian-elimination-method

    0下载:
  2. 数值线性代数 高斯列主元消去法的C++具体实现过程 -Out PCA Gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3573
    • 提供者:小蟋蟀
  1. Out-PCA

    0下载:
  2. DEV-C++环境下编译通过,用于求数值计算的列主元法求解方程组-Under DEV-C++ environment compiler, used to seek out the main element numerical method for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:701
    • 提供者:皮阳
  1. PCA

    0下载:
  2. 主成分分析C语言代码 适用于数学建模中相关问题的分析求解-Principal Component Analysis for C language code applies mathematical modeling in solving issues related to analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5417
    • 提供者:tomsuccess
  1. PCA

    0下载:
  2. 此文件是对PCA的C++的代码实现,希望对大家有所帮助。-This file is on the PCA of C++ code, we want to help.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2437
    • 提供者:liu wenjie
« 12 »
搜珍网 www.dssz.com