搜索资源列表
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
NumericalAlgorithm
- 常用数值算法的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
PRproject_lda
- 线性判别分析(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
pyramid
- MATLAB sample code for PCA. Try to find two axis on which to project data points in order to get principle components.
45666023pca2
- PCA neural network Matlab code
PCA
- 主成分分析方法通过建立两个主成分的二位图,对数值特异点的剔除,减少数据处理中无关项的干扰,-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
PCA-matlab-code
- this file includes PCA MATLAB codes
Pcamatlab-codeDTV
- this file includes PCA matlab code for DTV signal
shuzhifenxi
- 数值分析课程中代码的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.
Gaussian-Elimination-PCA
- 改程序是数值分析里边的高斯主元消去法,用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
PCA_LDA_LPP_Tensor
- PCA特征提取。LDA降维的人脸识别代码。可用作为初学者使用。-PCA feature extraction. Face recognition code LDA dimensionality reduction. Available for beginners to use.
PCA-based-on-fusion
- PCA based on fusion matlab code
nlpcafaceprot
- FACE RECOGNITION BASED ON NONLINEAR PCA In order to obtain the complete source code for FACE RECOGNITION BASED ON NONLINEAR PCA-FACE RECOGNITION BASED ON NONLINEAR PCA In order to obtain the complete source code for FACE RECOGNITIO
Numerical-Recipes
- 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
liezhuyuanqiujie
- 列主元消去法求解一个矩阵方程附程序源代码-Column pca elimination method solving a matrix equation with the program source code
PCA
- 主成分分析C语言代码 适用于数学建模中相关问题的分析求解-Principal Component Analysis for C language code applies mathematical modeling in solving issues related to analysis
PCA
- 此文件是对PCA的C++的代码实现,希望对大家有所帮助。-This file is on the PCA of C++ code, we want to help.
PCA
- 关于数据的主成分分析代码,可用于数据预处理。-The principal component analysis of the data code, can be used for data preprocessing.
PCA笔记
- 对PCA的个人理解,有详细的PCA推导过程,代码包括计算协方差,及其特征值特征向量。(For the personal understanding of PCA, there is a detailed process of PCA derivation. The code includes the calculation covariance and its eigenvalue eigenvector.)
PLSPCAdfunction
- pls和pca的代码,python编写,添加数据文件后,修改输入变量的参数,即可直接运行。(Pls and PCA code, python write, add data files, modify the parameters of the input variables, you can run directly.)