-
ISODATA算法的步骤:(1)预置设定的聚类分析方法…
ISODATA算法
算法步骤:
(1) 预置
a. 设定聚类分析控制参数:
lc=预期的类数,
lNc=初始聚类中心个数(可以不等于c),
lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类),
lθs =类内各分量分布的距离标准差上界(大于此数就分裂),
lθD=两类中心间的最小距离下界(若小于此数,这两
-ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two
- 2022-06-13 21:51:57下载
- 积分:1
-
FillRegion
填充区域图像,设置填充区域,填出图像的颜色(Filled regional images, set fill area, fill in the color of the image)
- 2009-01-18 22:45:33下载
- 积分:1
-
BMP280_driver-master
This is BMP280 driver for linux, you can reference it.
- 2021-02-25 11:09:38下载
- 积分:1
-
这是一个用Cshape图像处理的dem比较基础
这是一个用Cshape图像处理的dem比较基础-This is an image processing with Cshape basis of comparison of dem
- 2022-02-02 23:21:07下载
- 积分:1
-
SD
说明: sd卡读写成功,能建立文件,fat32系统,速率为100k(sd card reader successfully able to create the file, fat32 system, rate of 100k)
- 2010-01-08 17:28:26下载
- 积分:1
-
C# LockThread()锁定线程以实现线程同步
C# 使用LockThread()方法实现线程监视监控的例子,锁定线程以实现线程同步,实现方法比较简单,可参考以下的代码,完整的代码可在本网页下载:
static void Main(string[] args)
{
Program myProgram = new Program();//实例化类对象
myProgram.LockThread(); //调用锁定线程方法
Console.ReadLine();
}
void LockThread()
{
Monitor.Enter(this);//锁定当前线程
Console.WriteLine("锁定线程以实现线程同步");
Monitor.Exit(this); //释放当前线程
}
- 2022-02-20 05:30:05下载
- 积分:1
-
Drawing5_61
对薄膜生长的方法之一磁控溅射的过程模拟,采用蒙特卡罗方法。(pair of thin film growth method magnetron sputtering process simulation, using the Monte Carlo method.)
- 2006-10-25 17:10:04下载
- 积分:1
-
STM32LED
STM32点阵屏静态显示源码,实现基本的点阵屏显示功能(STM32 lattice screen static display source code, to achieve the basic dot matrix screen display function)
- 2013-09-10 15:54:14下载
- 积分:1
-
MATLAB-ABC
MATLAB语言 有关蜂群算法的车间调度问题。源代码是比较准确的。(Shop scheduling problems related to bee colony algorithm MATLAB language. The source code is more accurate.)
- 2015-04-22 09:57:21下载
- 积分:1
-
Model Predictive Control
说明: 模型预测控制simulink仿真程序,与PID做对比,验证MPC的优越性。(Model predictive control simulink simulation program, compared with PID, verifies the advantages of MPC.)
- 2020-11-15 14:09:41下载
- 积分:1