搜索资源列表
归并分类与快速分类平均时间之比较的源代码
- 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data e
FuzzyClusterV3[VB]
- 关于模糊聚类的源代码 testData.txt 测试数据 dnaData1.txt 2000 CUMCM A 已知分好成两类的20条DNA数据 dnaData2.txt 2000 CUMCM A 待分类的20条DNA数据 waterData.txt 2005 CUMCM A 各站点水质的内梅罗平均值数据 -testData.txt test data dnaData1.txt 2000 CUMCM A divided into two ca
SVM(SMO)分类器
- JAVA语言编写的SVM分类器,附带源代码,可直接运行