-
Molgedey和舒斯特去相关算法,具有方形混合矩阵A。
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.-The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components are calculated using Bayes Information Criterion (BIC), with PCA for dimension reduction.
- 2022-03-17 02:59:15下载
- 积分:1
-
比较方法的雅可比和高斯-赛德尔
使用雅可比和高斯-赛德尔的方法来解决一个给定的n×n线性系统与初始近似值。
注:检查时每个第二,第一次扫描下调为具有最大绝对值 (第二列) 的条目。如果该条目是非零,交换它的对角线。否则如果该条目是零,扫描向上为具有最大绝对值的条目。如果该条目是不为零,然后添加的行到我-th 行。
格式的函数
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-23 11:05:54下载
- 积分:1
-
k-均值算法 python
均值比率
试图生成速度快、 内存效率的 K-均值程序。
安装
gem来源-http://rubygems.org
sudo gem安装 k_means
如何使用
需要 "rubygems"
要求 "k_means"
数据 = [[1,1]、 [1,2],[1,1],[1000年、 1000年],[500、 500]]
kmeans = KMeans.new (数据,: 质心 = > 2)
kmeans.inspect # 使用 kmeans.view 拿到未检查数组
= > [[3,4],[0,1,2]]
自定义的质心
需要 "rubygems"
要求 "k_means"
# 您自定义的质心需要有 #position 和 #reposition 的方法
类 CustomCentroid
attr_acces
- 2022-04-28 00:29:05下载
- 积分:1
-
Tic-Tac-Toe Minimax算法
极小极大算法Tic-Tac-Toe实现,例如。还有其他为此代码的应用程序。这场游戏在这里也是可用的。
- 2022-07-01 01:23:40下载
- 积分:1
-
精通Matlab综合辅导与指南
精通Matlab综合辅导与指南-proficient Matlab comprehensive counseling and guidance
- 2022-01-21 05:41:20下载
- 积分:1
-
插入排序
资源描述插入排序,其中包含键盘输入,文件输入,数据结构线性表的应用,函数递归的应用,c语言,
- 2022-05-24 16:18:19下载
- 积分:1
-
科学工程数值计算代码
包含矩阵计算, 求逆, 分解, 函数求极值, 插值逼近的算法, 很全是算法库, 可以直接进行调用.
- 2022-11-30 22:05:04下载
- 积分:1
-
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用....
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.-This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.
- 2022-03-14 16:33:33下载
- 积分:1
-
C语言链表
应用背景初学数据结构基础,链表创建,插入,查找,删除关键技术C语言链表测试程序,包括创建,插入,查找,删除,输出等,各部份分文件存放,包含测试demo,有简单的字符界面,有提示帮助信息
- 2022-02-26 16:00:14下载
- 积分:1
-
textrank algorithm
利用textRank关键词提取算法,分析用户微博中所包含的关键词,作为用户的标签,可以用于用户聚类,用户兴趣分析等
- 2023-01-30 09:00:04下载
- 积分:1