-
KNN分类算法
用KNN算法实现数据分类,算法简单易懂,适合初学者!简单来说,K-NN可以看成:有那么一堆你已经知道分类的数据,然后当一个新数据进入的时候,就开始跟训练数据里的每个点求距离,然后挑离这个训练数据最近的K个点看看这几个点属于什么类型,然后用少数服从多数的原则,给新数据归类。
- 2022-09-30 19:55:03下载
- 积分:1
-
Runge_Kutta_Fehlber法计算
Runge_Kutta_Fehlber法计算-Runge_Kutta_Fehlber method
- 2022-02-16 04:21:47下载
- 积分:1
-
huffman编码
对一个文本里的字符进行哈弗曼编码,通过对文本的读取,统计文本里各个字符出现的频数,确定哈弗曼编码,然后将编码在新文本中输出。可进行文本的翻译。
- 2022-06-13 03:08:13下载
- 积分:1
-
用opencv实现的图像直方图均衡化处理
用opencv实现的图像直方图均衡化处理,用HistogramStat函数统计图像中三个通道中的像素总数,用Histogram函数对其进行直方图均衡化处理
- 2022-03-16 01:49:04下载
- 积分:1
-
优化算法,是FORTRUN语言写。都经过了运行。
优化算法,是FORTRUN语言写。都经过了运行。-this is code of the number caculation in opt
- 2022-04-10 05:21:22下载
- 积分:1
-
Commonly used numerical algorithms, really good, everyone would like to be usefu...
常用数值算法,真的很不错的,希望对大家有用处-Commonly used numerical algorithms, really good, everyone would like to be useful
- 2022-05-25 09:22:28下载
- 积分:1
-
一个 数学工具集
有菜单界面 单色显示
一个 数学工具集
有菜单界面 单色显示
-A mathematical tool set has a menu-based interface monochrome display
- 2022-12-18 04:10:03下载
- 积分:1
-
这个代码执行算术运算。这只是一个计算器。非常…
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
- 2022-03-01 14:40:36下载
- 积分:1
-
tj大学研究生课程中有关最优控制的课件和例子
tj大学研究生课程中有关最优控制的课件和例子- optimal control
- 2022-06-30 11:26:22下载
- 积分:1
-
北大ACM题目例程
详细的解答过程 程序实现 算法分析
北大ACM题目例程
详细的解答过程 程序实现 算法分析-ACM North Title routine procedures detailed answers to the process of realization of Algorithm Analysis
- 2022-11-13 17:25:04下载
- 积分:1