-
经典PCA算法详细流程
程序设计步骤:
1、取均值
2、计算协方差矩阵及其特征值和特征向量
3、计算协方差矩阵的特征值大于阈值的个数
4、降序排列特征值
5、去掉较小的特征值
6、去掉较大的特征值(一般没有这一步)
7、合并选择的特征值
8、选择相应的特征值和特征向量
9、计算白化矩阵
10、提取主分量
- 2022-09-19 03:45:03下载
- 积分:1
-
TMVA 数据处理包
System requirements:-------------------- TMVA has been tested to run on Linux, MAC/OSX and Windows platforms. Running TMVA requires the availability of ROOT shared libraries with ROOT_VERSION >= 5.14 (type "root-config --version" to see the version installed)来源URL里面有代码的详细资料http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdfUSERguide可以在上面的链接下载 非常有用 TMVA是ROOT工程的一个独立package, 专门用于数据分析和识别ROOT的全部代码可以在下面的链接下载http://root.cern.ch/drupal/
- 2022-12-12 12:15:04下载
- 积分:1
-
C++程序实现的各种随机数的生成程序。
C++程序实现的各种随机数的生成程序。-C program of random number generation procedures.
- 2022-11-26 10:00:03下载
- 积分:1
-
polynomial matrix
基于多项式的矩阵积分-polynomial matrix-based Integral
- 2022-05-06 20:54:25下载
- 积分:1
-
常用算法分析,不用我多说,这绝对是编程的最基本要求
常用算法分析,不用我多说,这绝对是编程的最基本要求-Common algorithms for analysis, I do not have to say, this is absolutely the most basic requirement of programming! ! !
- 2022-11-22 18:10:03下载
- 积分:1
-
M ATLAB粒子群优化工具箱。粒子群优化…
particle swarm optimization toolbox for matlab.粒子群优化的工具箱-particle swarm optimization toolbox for m atlab. Particle Swarm Optimization Toolbox
- 2022-02-15 05:36:28下载
- 积分:1
-
求解线性方程组,所有方法都包括,可直接使用粘贴
求解线性方程组,各种方法都包括在内,可以直接粘贴使用-solving linear equations, all methods included, can be directly used paste
- 2023-03-21 05:25:03下载
- 积分:1
-
一维搜索程序――黄金分割点方法,我自己编的!大家多多下载,多多支持啊!...
一维搜索程序――黄金分割点方法,我自己编的!大家多多下载,多多支持啊!-one-dimensional search procedures-- Golden Section point, I developed! Members can download the generous support ah!
- 2023-08-05 10:15:03下载
- 积分:1
-
浙江大学程序设计大赛ACM2478题我自己收集的
本程序可以实现由摄像头输入的图像转换成.bmp格式的文件,此程序在CCS下可以直接完成的!-this procedure can be achieved by the camera to import images into. Bmp format of the document, the CCS this procedure can be performed directly!
- 2022-03-20 17:36:19下载
- 积分:1
-
Knapsack problem implementation code
这是一个用遗传算法实现背包问题的JAVA代码。代码已经过测试,是确定的
- 2022-02-03 22:04:21下载
- 积分:1