搜索资源列表
Apriori算法的简单java实现
- 数据挖掘的Apriori算法的简单java实现,读入datasource.txt的数据,结果保存在result.txt中。
A星算法
- 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
数据结构
- 清华大学严蔚敏版数据结构书上第一章到第十二章每章的算法c语言的实现
大数据时代
- 大数据的核心就是预测。它通常被视为人工智能的一部分,或者更确切地说,被视为一种 机器学习。但是这种定义是有误导性的。大数据不是要教机器像人一样思考。相反,它是把数学算法运用到海量的数据上来预测事情发生的可能性。(The heart of big data is prediction. It is usually regarded as part of artificial intelligence, or rather, considered as a kind of artificial in
数据挖掘
- 各种经典的数据挖掘算法基本原理及核心代码。(The basic principle and key codes of various data mining algorithms.)
基于数据挖掘的网络入侵检测
- 基于数据挖掘的网络入侵,针对传统的kmeans算法存在缺点,提出一种改进的kmeans算法进行网络入侵识别(Based on the network intrusion of data mining, an improved kmeans algorithm is proposed for network intrusion recognition based on the disadvantages of traditional kmeans algorithm)
算法与数据结构实习
- 普利姆算法,图的遍历,英文字母表的小程序,都是可运行的(Pliem algorithm, graph traversal, English alphabet)
数据仿真
- 卡尔曼滤波器数据仿真。应用卡尔曼滤波器用姿态数据对其进行仿真(Kalman liter data simulink)
烟花算法matlab代码
- 烟花算法的代码解析,以及测试数据,还有多个测试函数(Fireworks algorithm code analysis)
DBSCAN聚类算法
- 本程序代码完整,需要自己设置两个参数,就能完成对数据进行DBSCAN聚类,得出聚类的点的坐标,所在的集群,以及是否是噪声点。我用这个代码完成了对只有经纬度信息的坐标点的聚类,亲测有效(This program code integrity, you need to set their own two parameters, you can complete the data for DBSCAN clustering, clustering point of the coordinates, w
各种算法
- 数据挖掘的各种经典算法,有数据降维、数据预处理等等(Data mining of various classic algorithms, data dimensionality reduction, data preprocessing and so on)
改进人工蜂群算法优化ELM分类模型_赵虎
- 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
Java数据结构和算法
- Java数据结构和算法,便捷检索相关要点知识(Java data structure and algorithm, easy to retrieve relevant key knowledge)
数据挖掘
- 数据挖掘Data mining十大经典算法及其代码实现(理论+实践)(Data mining ten classic algorithms and their code implementation)
《MATLAB 神经网络30个案例分析》程序和数据
- MATLAB代码,蚁群算法采用matlab开发的仿真平台:算法实现,路径显示,人机交互控制等(MATLAB code,Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control)
[muchong.com]MATLAB语言常用算法程序集
- 插值函数逼近数值微分数值积分数据统计分析(The interpolation function approximated the numerical analysis of numerical integration data)
matlab基于Relief算法
- matlab基于Relief算法的特征权重选择,有效地选择出了权重数据(Based on the feature weight selection of Relief algorithm, the weighting data are effectively selected)
数据结构-栈
- 定义了栈,只含有一些基本操作,算法很少,对大学初学数据结构者有用(simple sample of stack)
数据结构与算法分析:C语言描述
- 数据结构和算法分析以及相应书中代码和答案(data structure and algorithm analysis)
遗传算法+数据传递机制+多项式和非多项式曲线拟合
- 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)