搜索资源列表
apriori算法java实现
- 针对于关联规则数据挖掘的apriori算法,采用ODBC连接数据库.采用Java实现.-Implement apriori algorithm of Assosiation Rule Data Mining using Java, accessing database with ODBC.
数据挖掘算法(Apriori)
- 数据挖掘算法(Apriori)--JAVA实现-(Apriori)--JAVA
alg
- SUN公司专门的运筹学(or)开发库 Java算法库——查找和排序 -Sun special operations research (or) for the development of algorithms for Java -- Search and Sort
A Java implementation of SMO for training SVM
- 支持向量机的实现源代码! java实现!采用最小序贯算法-SVM achieve source code! Java achieve! Use the smallest sequential algorithm
Apriori(Java)
- Apriori是数据挖掘中关联规则的经典算法,此源码是其Java实现。包内还有实例用的数据库-Data Mining Association Rules classic algorithms, this source is Java. There are examples of packages within a database
Apriori.java
- Apriori.java算法 Apriori.java算法
kmeans-java
- 用JAVA编写的kmeans算法,用于数据挖掘中的聚类
java蚁群算法
- 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
聚类K-Medoids算法
- 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
经典算法GN算法的Java实现
- 社区发现经典算法GN算法的Java实现,能够根据不同节点之间的联系来实现社区的划分。-Community found that classical algorithm GN algorithm Java implementation, and can be the link between different nodes to achieve the division of the community.
k-means(java)
- k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
dijkstra-java
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
apriori(java)
- apriori算法是经典的数据挖掘算法,本源码以可视化界面的形式将结果展示给用户。-apriori algorithm is a classical data mining algorithms, the source code to the form of visual interface, the results show to the user.
genetic(java)
- 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
NaiveBayes(java)
- 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
GA(Java)
- 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
ANT-JAVA
- 简单蚁群算法的JAVA实现,对学习蚁群算法有帮助,希望大家喜欢.-JAVA implementation simple ant colony algorithm, ant colony algorithm for learning help, hope you like.
神经网络算法
- JAVA版的BP神经网络源代码,源代码是Word形式,若拷贝到项目中可直接运行。
ELM-java
- 极限学习机(ELM)在java下的实现算法,此为eclipse项目,已经添加好可用的jar包,调整文件路径后可以直接运行,(PS.极限学习机算法为elm官网所提供)(Extreme learning machine (ELM) in Java implementation algorithm, this is the eclipse project, has added a good jar package, adjust the file path can be directly run (P
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)