-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
卡尔曼滤波源码
卡尔曼滤波源码-Kalman filter source
- 2022-05-13 11:50:22下载
- 积分:1
-
地震勘探正演模拟
地震勘探中的正演模拟,是层状模型的,有限差分正演,真的很不错的,用fortran编写的,哈哈哈哈哈
- 2022-01-25 18:39:55下载
- 积分:1
-
Phep toan Dai so tuyen tinh
这是关于Dai so tuyen tinh的资料,请参阅附件。这是关于Dai so tuyen tinh的资料,请参阅附件文件。这个是否向供应商提供有关Dai so tuyen tinh的信息,请参阅随附文件
- 2023-08-16 13:55:02下载
- 积分:1
-
人工智能导论的课件,希望对你来说你有用的,能用得到
人工智能导论的课件,希望对你来说你有用的,能用得到-Introduction to Artificial Intelligence courseware, you want to be useful for you, and can be used to be
- 2022-07-26 07:44:12下载
- 积分:1
-
多元线性回归分析算法
多元线性回归分析算法-multiple linear regression analysis algorithm
- 2022-05-07 22:58:57下载
- 积分:1
-
vs2008 c# 去雾算法源码
开发工具:vs2008;开发语言:c#;功能:去雾算法源码。本程序目的是交流学习,如果要用在项目中,建议使用opencv工具得到图像像素点的RGB值,这样会提高程序的执行效率。
- 2022-03-01 17:51:23下载
- 积分:1
-
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
根据ASCII码输出汉字的一个程序!!希望对大家有所帮助
- 2022-09-19 17:05:03下载
- 积分:1
-
二分法求方程的实根
很简单的一个程序
要不是为了下一个东西,我才不会上这么变态的网站!...
二分法求方程的实根
很简单的一个程序
要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
- 2022-09-17 10:45:03下载
- 积分:1
-
电压脉宽矢量控制
这个模块允许 3 通道模拟-数字转换与可编程增益和偏移量。转换是 GP 计时器 1 暗流 (为 281 x) 或 (为 280 x) EPWM1 CNT_zero 事件触发的。转换后的结果代表负载电流和直流母线电压逆变器中。
1.GP 定时器 1 是时基对称脉冲宽度调制
(为 281 x) 或 EPWM1 CNT_zero 时间基地事件 (为 280 x);
2.为线电流的测量,模拟输入的电压
跨电阻器放在之间的来源或排放量偏低
电源设备和低压侧直流铁路 ;和
3.为直流母线电压的测量,模拟输入电压是
横跨电阻用电压分压器的概念。
- 2022-01-24 10:04:57下载
- 积分:1