-
Matlab
Matlab的基础学习教程,希望对大家会有所帮助,其中包含一点自己的心得,谢谢!(Matlab-based learning tutorial, I hope to be helpful to everyone, which contains some of their own experiences, thank you!)
- 2013-03-12 23:10:42下载
- 积分:1
-
proj_2
Opencv code for Sobel edge detection
- 2013-11-24 22:00:49下载
- 积分:1
-
knn1
K最邻近密度估计技术是一种分类方法,不是聚类方法。
不是最优方法,实践中比较流行。
通俗但不一定易懂的规则是:
1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。
2.选出最小的前K数据个距离,这里用到选择排序法。
3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method.
It is not the best method, but it is popular in practice.
Popular but not necessarily understandable rule is:
1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov).
2. select the minimum distance from the previous K data, where the choice sorting method is used.
3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
- 2017-08-09 21:06:38下载
- 积分:1
-
mpx
说明: see mpx and analyze its functions through modifing its attributes
- 2020-06-19 16:30:54下载
- 积分:1
-
txcl2
医学影像处理,图像处理相关的图像处理学习指导(Medical Image Processing, Image Processing Image Processing related study guide)
- 2011-05-04 14:17:55下载
- 积分:1
-
code1
利用MATLAB实现二进制基带脉冲成形及眼图的绘制(Binary baseband pulse forming and eye drawing)
- 2018-05-17 13:46:36下载
- 积分:1
-
几种优化算法
说明: 进退法是用来确定搜索区间(包含极小点的区间)的算法,其理论依据为:f(x) 为单谷函数(只有一个极小值),且[a,b]为其极小点的一个搜索区间,对于任意x1,x2∈[a,b] ,如果f(x1)<f(x2),则[a,x2]为极小点的搜索区间,如果f(x1)>f(x2) ,则[x1,b] 为极小点的搜索区间。黄金分割求极值(In a method is used to determine the search interval (contain minimum point interval) algorithm)
- 2020-11-15 19:38:10下载
- 积分:1
-
rife
Rife算法matlab仿真程序,并且给出了非常详细的说明注释。(Rife algorithm matlab simulation program, and gives a detailed description of annotation.)
- 2021-03-18 10:59:20下载
- 积分:1
-
VSS-APA
Variable step size Afine Projection, adaptive filter algorithm
- 2016-07-16 20:32:23下载
- 积分:1
-
sor
sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。(sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.)
- 2009-02-12 00:09:58下载
- 积分:1