-
Matlab时间序列-AR
说明: 用于时间序列分析,,或者股票分析,,AR模型(For time series analysis, or stock analysis, AR model)
- 2020-06-09 22:13:21下载
- 积分:1
-
SR
说明: 基于labview的语音识别播报功能,可以参考(Voice broadcasting function based on LabVIEW)
- 2019-04-18 18:35:05下载
- 积分:1
-
盲信号处理
说明: 利用winner滤波器进行盲解卷积和相关报告(Blind deconvolution using Winner filter)
- 2020-06-23 09:00:02下载
- 积分:1
-
俄罗斯方块,超强的算法,使用java语言编写。希望大家支持
俄罗斯方块,超强的算法,使用java语言编写。希望大家支持-Russian box, powerful algorithms, using java language. I hope you will support
- 2022-03-16 16:10:56下载
- 积分:1
-
大型旋转机械的状态检测与故障诊断
大型旋转机械的状态检测与故障诊断
介绍了旋转机械的故障诊断方法(State detection and fault diagnosis of large rotating machinery
Introduce the fault diagnosis method of rotating machinery)
- 2018-09-18 18:48:48下载
- 积分:1
-
学生信息管理,简单登录界面设计(java),图形设计初步,简单小程序...
学生信息管理,简单登录界面设计(java),图形设计初步,简单小程序-Student information management, interface design a simple login (java), the initial graphic design, a simple applet
- 2022-05-12 18:49:46下载
- 积分:1
-
纽约大学的tinylinker代码
小型链接器,系统级编程课程设计,题目要求编写两个函数-A small linker, system-level programming course design。
You are to implement a two-pass linker in C, C++, or Java and submit the source code, which we will compile and
run.
The target machine is word addressable and has a memory of 600 words, each consisting of 4 decimal digits. The
first (leftmost) digit is the opcode, which is unchanged by the linker
- 2022-08-23 17:14:33下载
- 积分:1
-
BP
说明: 采用BP算法直接实现圆周SAR成像,matlab代码(Circular SAR BP Imaging Algorithm)
- 2018-05-14 16:20:39下载
- 积分:1
-
51黑论坛_SD卡模块
说明: 基于单片机的SD卡模块的应用程序,用于单片机数据再SD卡的存储(Application Program of SD Card Module Based on Single Chip Microcomputer)
- 2019-05-21 22:26:41下载
- 积分:1
-
Clustering
1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。
2) 使用C-Means算法对所有数据点进行聚类。C=3。
任务2(必做):
使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。
任务3(全做):
1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。
2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)
- 2019-05-16 21:54:22下载
- 积分:1