-
KNN
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.)
- 2020-10-23 14:37:22下载
- 积分:1
-
mccdma_wafsf_
Communication walsh code generator for modeling.
- 2009-11-04 22:27:45下载
- 积分:1
-
Option-Sensitivity-Measures
此程序是关于经济学中布莱克斯科尔斯模型
的matlab实现(This procedure creates a three-dimensional plot showing how gamma changes relative to price for a Black-Scholes option. Recall that gamma is the second derivative of the option price relative to the underlying security price. The plot shows a three-dimensional surface whose z-value is the gamma of an option as price (x-axis) and time (y-axis) vary. It adds yet a fourth dimension by showing option delta (the first derivative of option price to security price) as the color of the surface)
- 2012-04-24 16:09:03下载
- 积分:1
-
QAM16_mini-project
QAM 16 Constellation, Gray Coding, Average energy, Symbol errors are done for reference and 19th constellation.
- 2014-11-13 18:25:24下载
- 积分:1
-
elcentro
it is about matlam m file useing in matlab
- 2009-03-22 01:36:50下载
- 积分:1
-
j02_merry
merry算法用于ofdm盲均衡,本程序用matlab编写(merry blind equalization algorithm for ofdm, matlab prepared to use this program)
- 2010-01-21 20:04:53下载
- 积分:1
-
matlab_dedemov_pso
差分算法和粒子群算法属于智能随机优化算法,作者将差分算法一粒子群算法相结合,得到一种混合优化算法,并编写了matlab源程序,供广大学着研究学习(Difference algorithm and particle swarm algorithm is smart stochastic optimization algorithm, the authors difference algorithm combines a particle swarm algorithm to obtain a hybrid optimization algorithm, and prepared matlab source for extensive research university with learning)
- 2020-09-06 16:48:08下载
- 积分:1
-
Radar
本程序介绍了卡尔曼滤波器在雷达跟踪问题上的应用。通过对雷达测得的距离及方位角参数的估计和预测,较好地实现了雷达对目标的跟踪,说明卡尔曼滤波器在自主或协助导航领域中具有重要的现实意义。(This procedure describes the radar tracking Kalman filter in question on the application. Measured by radar distance and azimuth parameter estimation and forecasting, to better achieve the target tracking radar, indicating the Kalman filter in autonomous or assisted navigation has important practical significance.)
- 2021-04-20 15:28:50下载
- 积分:1
-
1SpectralClustering_V1_1
one spectral clustering algorithm for matlab
- 2013-07-22 18:44:59下载
- 积分:1
-
2
说明: 本程序为改进后matlab的空时分层码的仿真算法,能直接实现(The procedure for the improved layered space-time codes matlab simulation algorithm can be directly implemented)
- 2011-11-22 09:22:25下载
- 积分:1