登录
首页 » matlab » DataSet

DataSet

于 2014-03-23 发布 文件大小:7119KB
0 222
下载积分: 1 下载次数: 134

代码说明:

  这是在机器学习、人工智能、数据挖掘中经常用到的数据集,聚类分析也经常用,包括:UCI的数据集wine,yeast,iris等,还有USPS数据集,4k2_far,leuk72_3k数据集等。(This is in machine learning, artificial intelligence, data mining frequently used data sets, cluster analysis are often used, including: UCI datasets wine, yeast, iris, as well as USPS datasets, 4k2_far, leuk72_3k datasets and so on.)

文件列表:

4k2_far.txt,6726,2006-10-26
Iris Description.txt,3065,2014-03-19
Iris.txt,4698,2014-03-19
leuk72_3k.txt,20832,2006-12-11
UCI_arff
........\accuracy.txt,2216,2004-05-23
........\arff
........\....\anneal.arff,143336,1999-04-07
........\....\artificial.arff,129637,2004-05-23
........\....\audiology.arff,45903,1999-04-07
........\....\auto-mpg.arff,13356,2004-05-22
........\....\autos.arff,30676,1999-03-11
........\....\balance-scale.arff,8714,1999-04-07
........\....\balloons.arff,3412,2004-05-22
........\....\breast-cancer.arff,29418,1999-04-07
........\....\breast-w.arff,19167,1999-03-11
........\....\bridges2.arff,11330,2004-05-23
........\....\clean1.arff,322654,2004-05-22
........\....\colic.arff,63983,1999-04-07
........\....\connect-4.arff,5971512,2004-05-23
........\....\credit-a.arff,34315,1999-03-11
........\....\credit-g.arff,162249,1999-03-11
........\....\diabetes.arff,37419,1999-03-11
........\....\echocardiogram.arff,9964,2004-05-23
........\....\flag.arff,17325,2004-05-23
........\....\glass.arff,17823,1999-03-11
........\....\hayes-roth.arff,8231,2004-05-22
........\....\heart-c.arff,35596,1999-04-07
........\....\heart-h.arff,31259,1999-04-07
........\....\heart-statlog.arff,13151,1999-03-11
........\....\hepatitis.arff,17135,1999-03-11
........\....\house-votes-84.arff,25921,2004-05-22
........\....\hypothyroid.arff,310897,1999-04-07
........\....\ionosphere.arff,80385,1999-03-11
........\....\iris.arff,7486,1999-03-11
........\....\kr-vs-kp.arff,489987,1999-04-07
........\....\labor.arff,8244,1999-04-07
........\....\letter.arff,720419,1999-04-07
........\....\lymph.arff,22513,1999-04-07
........\....\machine.arff,8731,2004-05-22
........\....\mushroom.arff,751223,1999-04-07
........\....\page-blocks.arff,242232,2004-05-23
........\....\primary-tumor.arff,34090,1999-04-07
........\....\promoters.arff,17989,2004-05-23
........\....\segment.arff,306014,1999-03-11
........\....\sick.arff,305843,1999-04-07
........\....\solar-flare.arff,10563,2004-05-23
........\....\sonar.arff,94706,1999-04-07
........\....\soybean.arff,202935,1999-04-07
........\....\splice.arff,524138,1999-04-07
........\....\tic-tac-toe.arff,29747,2004-05-22
........\....\vehicle.arff,63838,1999-03-11
........\....\vote.arff,40261,1999-04-07
........\....\vowel.arff,91402,1999-04-07
........\....\waveform-5000.arff,1080111,1999-03-11
........\....\wine.arff,14265,2004-05-22
........\....\zoo.arff,14432,1999-03-11
........\parameter.txt,8447,2004-05-23
........\parameter.xls,27648,2004-05-23
USPS
....\USPSConvert2Image.m,2034,2003-01-05
....\USPStrainingdata.mat,15521477,2000-05-17
Wine Description.txt,1203,2014-03-19
wine.txt,10958,2014-03-19
yeast.txt,96458,2014-03-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • rtw2
    基于simulink/RTW的闭环控制系统平台设计(Based on simulink/RTW of the closed-loop control system design of the platform)
    2007-09-01 15:32:48下载
    积分:1
  • audio_conceal
    音频误码掩盖的matlab程序,适合做音频的朋友学习.(Audio error concealment of the matlab program, suitable for friends to learn the audio.)
    2010-07-12 19:13:45下载
    积分:1
  • AC_AC_FINAL
    变频仿真,实现无级调速仿真功能,适合新手。(Frequency Simulation)
    2009-12-21 13:29:22下载
    积分:1
  • seam-carving
    findEnergy.m 计算出图像的梯度图 findSeamImg.m 计算出所有可能的竖直缝 findSeam.m找出能量最小的一条竖直缝 removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除 SeamCut.m将选中的缝一条条的删除 SeamPlot.m在图中画出要删除的缝 Testseam.m调用以上函数的主程序(FINDENERGY creates an gradient img from a given RGB or grayscale image. FINDSEAMIMG finds the seam map from which the optimal (vertical running) seam can be calculated. FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam). SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes. SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image. REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.)
    2013-04-30 15:31:15下载
    积分:1
  • @ccshelp
    说明:  一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(A MATLAB application, very convenient! The use of M need to convert files.)
    2006-03-16 16:35:18下载
    积分:1
  • anneal_SimulatedAnnealing
    anneal_SimulatedAnnealing.rar用C语言编写,能弥补Matlab中无现成模拟退火算法函数的不足(anneal_SimulatedAnnealing.rar C language, Matlab can make up for the non-existing simulated annealing function of inadequate)
    2006-08-13 11:05:01下载
    积分:1
  • RaoBlackwellisedParticleFilteringforDynamicConditi
    The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generic and suitable for any application.(The software implements particle filteri Vi and Rao Blackwellised particle filtering az r conditionally Gaussian Models. The RB algori thm can be interpreted as an efficient stochast ic mixture of Kalman filters. The software also includes efficient state-of-the-art resampl ing routines. These are generic and suitable az r any application.)
    2006-10-26 14:36:56下载
    积分:1
  • moving-object-target-detection
    简单的运动目标目标检测,matlab源程序(Simple moving object target detection, matlab source)
    2013-01-30 19:38:11下载
    积分:1
  • dijistra
    最短路径算法的MATLAB 版的实现,实属呕心力作···(The shortest path algorithm to achieve MATLAB version, it is disgusting masterpiece.)
    2014-07-02 17:07:05下载
    积分:1
  • 06426456
    应用于连续周期不稳定混沌系统稳定控制的一种新的方法(A new method for stabilizing unstable periodic orbits of continuous-time systems. Application to control of chaos)
    2013-03-22 10:44:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载