source: prdatasets/Contents.m @ 140

Last change on this file since 140 was 140, checked in by bduin, 5 years ago
File size: 2.9 KB
Line 
1% PRDATASETS: Pattern Recognition Datasets in PRTools format
2% Version 2.04 20-Mar-2017
3%
4%Feature based labeled datasets
5%------------------------------
6%name      objects  feats  classes
7%x80          45      8       3    radial distances of characters
8%arrhythmia  420    278       2    presence or absence of cardia arrhythmia
9%auto_mpg        398      6       2    car/miles-per-gallon
10%biomed      194      5       2    various patient indicators
11%breast      683      9       2    Wisconsion breast cancer dataset
12%car        1728      6       4    Car evaluation database
13%cbands    12000     30      24    chromosome banding patterns
14%chromo     1143      8      24    chromosome blob features
15%diabetes    768      8       2    Pima Indians Diabetes Database
16%ecoli       272      7       3    protein localisation sites
17%glass       214      9       4    glass types from chemical components
18%heart       297     13       2    heart disease dataset
19%hepatitis   112     19       2    hepatitis database
20%imox        192      8       4    radial distances of characters
21%ionosphere  351     34       2    radar data
22%iris        150      4       3    Fisher's Iris dataset
23%liver       345      6       2    liver disorder
24%malaysia    291      8      20    segment features in utility symbols
25%satellite  6435     36       6    spectral data
26%sonar       208     60       2    rock / metal sonar features
27%soybean1    266     35      19    large Soybeans
28%soybean2    136     35       4    small Soybeans
29%twonorm    7400     20       2    Leo Breiman's two normal example.
30%ringnorm   7400     20       2    Leo Breiman's ringnorm example.
31%wine        178     13       3    wine recognition
32%mfeat_fac  2000    216      10    face features in digits dataset
33%mfeat_fou  2000     76      10    Fourier features in digits dataset
34%mfeat_kar  2000     64      10    Karhunen Loeve features in digits dataset
35%mfeat_pix  2000    240      10    pixel features in digits dataset
36%mfeat_zer  2000     53      10    Zernike moments in digits dataset
37%mfeat_mor  2000      6      10    morphological features in digits dataset
38%mfeat      2000    649      10    combined features of the mfeat datasets
39%
40%Multi-band images (pixels are objects, bands are features)
41%----------------------------------------------------------
42%name      pixels  bands  classes
43%emim      128*128    8      1  A seto of 5 8-band EM images
44%lena      256*256    3      1  full-color image
45%texturel  5*128*128  7      5  texture features for 5 different texture images
46%texturet  256*256    7      5  composite texture image
47%
48%Image datasets (pixels are features, images are objects)
49%--------------------------------------------------------
50%name   images  pixels  classes
51%kimia     216   64*64    18  resampled Kimia dataset of silhouettes
52%mnist8  70000    8*8     10  normalized MNIST digits
53%nist16   2000   16*16    10  normalized NIST digits
54%nist32   5000   32*32    10  resemapled MNIST digits
Note: See TracBrowser for help on using the repository browser.