资源列表
K_means_c_plus_plus
- 本程序是数据挖掘领域知名的K均值Visual C++源代码-C++ sourse codes of K-Means using Data Ming
KDA_QR
- 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。 -based on the singular value decomposition of the nuclear linear discriminant analysis (Kernel Discriminant An alysis via QR Decomposition).
nnrbfccc
- 是一个开发的小的matlab程序,自我感觉不错,和大家分享一下。
UB
- 改程序实现UB算法,对Web日志文件进行分析,产生相似度矩阵-reform program UB algorithm, the Web log file analysis, the similarity matrix produced
nmfanls_comb
- 很不错的NMF代码,里面有对原始NMF的一个非常巧妙的非负限制-NMF is very good code, there are the original NMF a very clever non-negative constraints
hundunshenjingwangluo
- 混沌神经网络程序,电压尖峰程序,可以生成递归序列-Chaotic neural network program, the program voltage spikes that can generate a recursive sequence
vcPPfind
- vc++中关于用遗传算法解决函数最大值问题的源代码,已验证可以编译无错误-vc++ in the function of the maximum genetic algorithm to solve the problem of source code can be compiled without errors have been verified
k_means
- K-means算法C语言程序,K-means算法C语言程序-The C program of K-means
MIS
- 免疫克隆算法,能更好的对其他智能算法进行优化-Immune Clonal Algorithm, can be better for other intelligent algorithm to optimize
HITS
- hit算法,实现链接计算的改进版本,计算相似性-ying wen fan yi bu le
yiqun
- 蚁群算法是一种用来在图中寻找优化路径的机率型技术,该算法具有许多优良的性质,具有一种新的模拟进化优化方法的有效性和应用价值, 是一种求解组合最优化问题的新型通用启发式方法,可以解决一维静态优化问题甚至多维动态组合优化问题。 -Ant colony algorithm is a method used to find optimal path in the graph of the probability-based technology, the algorithm has many goo
旅行商问题
- 多目标优化算法,旅行商问题(TSP),该算法能找出最优的旅行商路线。