-
蚁群聚类
带有测试数据的蚁群算法,可以指定检测区域的大小,经过测试,可以运行,有需要的可以看看。
- 2022-06-21 11:21:07下载
- 积分:1
-
Fourier
Fourier-Mellin算法,更多细节请看下面的网址: http://www.ecs.soton.ac.uk/~aiw99r/fm_transform/-Fourier-Mellin algorithm for fm transform , for more detailed information please check with http://www.ecs.soton.ac.uk/~aiw99r/fm_transform/
- 2022-06-02 10:23:07下载
- 积分:1
-
分段线性分割的算法,用于进行自底向上的分段线性时间序列分割...
分段线性分割的算法,用于进行自底向上的分段线性时间序列分割-Piecewise linear segmentation algorithm, bottom-up used for the Piecewise Linear Time Series Segmentation
- 2022-07-23 22:28:08下载
- 积分:1
-
决策树和那ï朴素贝叶斯方法对数据进行分类
应用背景这是分类研究的代码,和特别是,决策树方法和Naï朴素贝叶斯方法进行分类的数据之间的比较分析。关键技术决策树与决策树分类方法的比较分析
- 2022-02-05 16:33:02下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
- 2022-01-26 07:28:21下载
- 积分:1
-
NRF51822 UART
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
- 2022-06-19 21:29:20下载
- 积分:1
-
数据挖掘Apriori算法
资源描述从文件中读取每一行字符串存入向量中
统计一项备选集支持度
生成一项频繁集
生成二项频繁项备选集
生成高项频繁项备选集
统计备选集支持度
生成高项频繁集
生成所有项频繁集
输出一项频繁集到文件中
输出高项频繁集到文件中
- 2022-02-21 08:53:55下载
- 积分:1
-
用fdtd计算电磁场的程序,可模拟电磁场在介质中的传播!
用fdtd计算电磁场的程序,可模拟电磁场在介质中的传播!-fdtd calculated using electromagnetic procedures, can simulate the electromagnetic field of transmission medium!
- 2023-01-19 20:55:03下载
- 积分:1
-
分形算法和程序设计2章,用的是C语言程序设计
分形算法与程序设计 第2章VC语言程序设计-Fractal Algorithms and Program Design Chapter 2 VC Language Program Design
- 2022-10-04 01:05:03下载
- 积分:1
-
蚁群算法解决车辆路径问题AS-VRP源码
蚁群算法来解决车辆路径问题AS-VRP,编程环境是matlab,蚁群算法很好的解决了关于车辆路径问题和与之相关一类像调度问题。指派问题等
用C++编写,专门用来求解车辆路径问题
- 2022-07-18 12:25:29下载
- 积分:1