CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - java算法

搜索资源列表

  1. apriori算法java实现

    2下载:
  2. 针对于关联规则数据挖掘的apriori算法,采用ODBC连接数据库.采用Java实现.-Implement apriori algorithm of Assosiation Rule Data Mining using Java, accessing database with ODBC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:52.1kb
    • 提供者:colin
  1. 数据挖掘算法(Apriori)

    1下载:
  2. 数据挖掘算法(Apriori)--JAVA实现-(Apriori)--JAVA
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15kb
    • 提供者:cmq
  1. alg

    0下载:
  2. SUN公司专门的运筹学(or)开发库 Java算法库——查找和排序 -Sun special operations research (or) for the development of algorithms for Java -- Search and Sort
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:付嘉
  1. A Java implementation of SMO for training SVM

    0下载:
  2. 支持向量机的实现源代码! java实现!采用最小序贯算法-SVM achieve source code! Java achieve! Use the smallest sequential algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:35.7kb
    • 提供者:张翠
  1. Apriori(Java)

    1下载:
  2. Apriori是数据挖掘中关联规则的经典算法,此源码是其Java实现。包内还有实例用的数据库-Data Mining Association Rules classic algorithms, this source is Java. There are examples of packages within a database
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:170.55kb
    • 提供者:Owen
  1. Apriori.java

    1下载:
  2. Apriori.java算法 Apriori.java算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29.7kb
    • 提供者:fads
  1. kmeans-java

    0下载:
  2. 用JAVA编写的kmeans算法,用于数据挖掘中的聚类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.3kb
    • 提供者:刘阳阳
  1. java蚁群算法

    1下载:
  2. 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 聚类K-Medoids算法

    3下载:
  2. 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-17
    • 文件大小:19.27kb
    • 提供者:
  1. 经典算法GN算法的Java实现

    0下载:
  2. 社区发现经典算法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.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-12-23
    • 文件大小:4.37kb
    • 提供者:Avenway
  1. k-means(java)

    0下载:
  2. 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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-29
    • 文件大小:2kb
    • 提供者:聂风
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920byte
    • 提供者:kivilin
  1. apriori(java)

    0下载:
  2. apriori算法是经典的数据挖掘算法,本源码以可视化界面的形式将结果展示给用户。-apriori algorithm is a classical data mining algorithms, the source code to the form of visual interface, the results show to the user.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.01kb
    • 提供者:聂风
  1. genetic(java)

    0下载:
  2. 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:37.7kb
    • 提供者:聂风
  1. NaiveBayes(java)

    0下载:
  2. 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:15.64kb
    • 提供者:聂风
  1. GA(Java)

    0下载:
  2. 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.28mb
    • 提供者:xdt
  1. ANT-JAVA

    0下载:
  2. 简单蚁群算法的JAVA实现,对学习蚁群算法有帮助,希望大家喜欢.-JAVA implementation simple ant colony algorithm, ant colony algorithm for learning help, hope you like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:22.99kb
    • 提供者:胖大海
  1. 神经网络算法

    1下载:
  2. JAVA版的BP神经网络源代码,源代码是Word形式,若拷贝到项目中可直接运行。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-11
    • 文件大小:155kb
    • 提供者:lxdrisingsun
  1. ELM-java

    2下载:
  2. 极限学习机(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
  3. 所属分类:人工智能/神经网络/深度学习

  1. GeneticTSP-master(java)

    0下载:
  2. 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:986kb
    • 提供者:jennie
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com