搜索资源列表
骑士巡游
- 本程序是著名的骑士巡游问题,利用了最小度优先和回溯算法,-this procedure is the famous parade Cleveland, the use of the least priority and backtracking algorithms,
19832002
- java编写的applet小应用程序,是最短路径的算法演示程序。界面是英文的。-java applet prepared by the small applications, is the shortest path algorithm demonstration program. The interface is in English.
SmallestCircleCom
- 生成指定点数的随机点,并用两种不同的算法求出这些点的最小包围圆(Smallest Enclosing Circle),并比较结果
FindMaxMin
- 寻找最大最小值算法-algorithm for finding the greatest minimum
FindMin
- 寻找最小字符算法-algorithm to find the smallest characters
uselinklist
- 分治算法解决一维点对最小距离-partition algorithm to solve one-dimensional point of minimum distance
apriori(java)
- Apriori算法是发现关联规则领域的经典算法。该算法将发现关联规则的过程分为两个步骤:第一步通过迭代,检索出事务数据库中的所有频繁项集,即支持度不低于用户设定的阈值的项集;第二步利用频繁项集构造出满足用户最小信任度的规则
Graph
- 主要是利用java语言实现可视化的最小路径算法。
20080724
- 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。
PRIM_MST
- 用java实现了最小求解连通图的最小生成树问题,采用的是prim算法,可供大家参考。
NaiveBayes.java.tar.gz 基于weka的分类算法
- 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
IKAnalyzer3.2.8-source
- IKAnalyzer的源码包,实现中文分词功能,(1) 采用了特有的“正向迭代最细粒度切分算法”,具有60万字/ 秒的高速处理能力。 (2) 采用了多子处理器分析模式,支持:英文字母( IP 地址、Email、URL )、数字(日期,常用中文数量词,罗马数字,科学计数法),中文词汇(姓名、地名处理)等分词处理 。 (3) 优化的词典存储,更小的内存占用。支持用户词典扩展定义 (4) 针对 Lucene 全文检索优化的查询分析器 IKQueryParser;采用歧义分析算法优化查询关键
PSO
- pso优化算法,java实现,目标函数最小,比较好用-pso Optimization
Divide-and-Conquer-maxmin
- 分治策略 maxmin算法 求数组A[1...n]最大最小元素-Divide and Conquer maxmin
Java
- Java数组的应用: 1、二维数组中求最大最小值 2、数字排序_字母 3、数组的经典算法 4、数组的逆序 5、杨辉三角-Java array of applications: 1, two-dimensional array in seeking maximum and minimum 2 letters numbers sort _ 3, the array of classic algorithms 4, 5 Yang Hui triangle array reverse
KmeanProject
- 利用k均值聚类算法对词进行聚类,基于最大最小原则初始化质心-cluster word by kmeans
BestFitting
- 使用java实现最小二乘算法,实现曲线拟合,实现多项式拟合(Using java algorithm to achieve the least squares, curve fitting, polynomial fitting)
LineCoefficient
- java最小二乘法,使用最小二乘法求取拟合的直线y=a+bx的参数a、b(The Java least square method is used to obtain the parameters A and B of the fitting line y=A+Bx)
GN
- java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)
minimax
- 用java编写的基于最大最小算法的井字棋(Tingzi Chess Based on Maximum and Minimum Algorithms)
