Changeset 127
- Timestamp:
- 11/21/18 21:10:52 (6 years ago)
- Location:
- prdatasets
- Files:
-
- 41 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/arrhythmia.m
r123 r127 16 16 % PRTOOLS, DATASETS, MISVAL 17 17 18 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 19 19 20 20 function x = arrhythmia(val) 21 21 if nargin < 1, val = 'f-remove'; end 22 a = pr_getdata('http://prtools. org/prdatasets/arrhythmia.dat',1);22 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/arrhythmia.dat',1); 23 23 24 24 -
prdatasets/auto_mpg.m
r124 r127 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/biomed.m
r123 r127 18 18 % PRTOOLS, DATASETS, MISVAL 19 19 20 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 21 21 22 22 function x = biomed(val) -
prdatasets/breast.m
r123 r127 18 18 % PRTOOLS, DATASETS, MISVAL 19 19 20 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 21 21 22 22 function x = breast(val) 23 23 24 24 if nargin < 1, val = 'remove'; end 25 %prdatasets(mfilename,1,'http://prtools. org/prdatasets/breastorg.dat');25 %prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/breastorg.dat'); 26 26 27 27 a = pr_getdata('http://37steps.com/data/prdatasets/breastorg.dat',1); -
prdatasets/car.m
r123 r127 11 11 function x = car 12 12 13 prdatasets(mfilename,1,'http://prtools. org/prdatasets/car.data');13 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/car.data'); 14 14 % for some mysterious reason it appeared to be necessary on my Windows 7 15 15 % system to repeat this command 16 prdatasets(mfilename,1,'http://prtools. org/prdatasets/car.data');16 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/car.data'); 17 17 user.desc = 'Car Evaluation Database was derived from a simple hierarchical decision model originally developed for the demonstration of DEX (M. Bohanec, V. Rajkovic: Expert system for decision making. Sistemica 1(1), pp. 145-157, 1990.).'; 18 18 fl = {'buying price' 'maintenance price' 'nr of doors' 'nr of persons' 'luggage boot' 'safety'}; -
prdatasets/cbands.m
r81 r127 9 9 % See also DATASETS, PRDATASETS 10 10 11 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org11 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 12 12 % Faculty EWI, Delft University of Technology 13 13 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/chromo.m
r123 r127 6 6 % thresholded chromosomes. This technique is outdated. 7 7 8 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org8 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 9 9 % Faculty EWI, Delft University of Technology 10 10 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/diabetes.m
r81 r127 10 10 function x = diabetes 11 11 12 prdatasets(mfilename,1,'http://prtools. org/prdatasets/diabetes.dat');12 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/diabetes.dat'); 13 13 user.desc='The Pima Indians Diabetes Database from UCI.'; 14 14 user.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/pima-indians-diabetes/'; -
prdatasets/ecoli.m
r81 r127 9 9 function x = ecoli 10 10 11 prdatasets(mfilename,1,'http://prtools. org/prdatasets/ecoli.dat');11 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/ecoli.dat'); 12 12 user.desc='The Ecoli database from UCI. Goal is to Predict the localization site of protein in a cell, by Kenta Nakai Institue of Molecular and Cellular Biology Osaka, University.'; 13 13 user.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/ecoli/'; -
prdatasets/emim.m
r81 r127 16 16 % See also DATASETS, PRDATASETS 17 17 18 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 19 19 % Faculty EWI, Delft University of Technology 20 20 % P.O. Box 5038, 2600 GA Delft, The Netherlands … … 29 29 30 30 name = ['emim' num2str(n)]; 31 prdatasets(mfilename,1,['http://prtools. org/prdatasets/' name '.mat']);31 prdatasets(mfilename,1,['http://prtools.tudelft.nl/prdatasets/' name '.mat']); 32 32 a = pr_dataset(name); 33 33 a = setname(a,['EM' num2str(n) ' Image Delft']); -
prdatasets/glass.m
r122 r127 16 16 % See also DATASETS, PRDATASETS 17 17 18 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 19 19 % Faculty EWI, Delft University of Technology 20 20 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/heart.m
r122 r127 14 14 % PRTOOLS, DATASETS, MISVAL 15 15 16 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 17 17 18 18 function x = heart(val) 19 19 20 prdatasets(mfilename,1,'http://prtools. org/prdatasets/heart.dat');20 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/heart.dat'); 21 21 if nargin<1 22 22 val = 'remove'; -
prdatasets/hepatitis.m
r94 r127 14 14 % PRTOOLS, DATASETS, MISVAL 15 15 16 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 17 17 18 18 function x = hepatitis(val); 19 19 20 prdatasets(mfilename,1,'http://prtools. org/prdatasets/hepatitis.dat');20 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/hepatitis.dat'); 21 21 if nargin<1 22 22 val = 'remove'; -
prdatasets/imox.m
r122 r127 10 10 % See also DATASETS, PRDATASETS, X80 11 11 12 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org12 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 13 13 % Faculty EWI, Delft University of Technology 14 14 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/ionosphere.m
r81 r127 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/iris.m
r81 r127 7 7 function x = iris; 8 8 9 prdatasets(mfilename,1,'http://prtools. org/prdatasets/iris.dat');9 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/iris.dat'); 10 10 user.desc = 'Iris Plant database from UCI. A classic dataset in the pattern recognition literature. The original dataset is a multiclass classification problem, introduced by R.A. Fisher, The use of multiple measurements in taxonomic problems. Ann Eugenics, 7:179--188, 1936.'; 11 11 user.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/iris/'; -
prdatasets/kimia.m
r81 r127 11 11 % See also DATASETS, PRDATASETS, PRDATAFILES, PRDATAFILES/KIMIA_IMAGES 12 12 13 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/lena.m
r81 r127 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/liver.m
r122 r127 9 9 % See also DATASETS, PRDATASETS 10 10 11 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org11 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 12 12 % Faculty EWI, Delft University of Technology 13 13 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/malaysia.m
r81 r127 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5038, 2600 GA Delft, The Netherlands -
prdatasets/mfeat.m
r83 r127 24 24 % MFEAT_PIX, MFEAT_ZER 25 25 26 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org26 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 27 27 % Faculty EWI, Delft University of Technology 28 28 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_all.m
r80 r127 19 19 % See also DATASETS, PRDATASETS, 20 20 21 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org21 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 22 22 % Faculty EWI, Delft University of Technology 23 23 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_fac.m
r81 r127 8 8 % See also DATASETS, PRDATASETS, MFEAT 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_fou.m
r81 r127 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_kar.m
r81 r127 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_mor.m
r81 r127 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_pix.m
r81 r127 8 8 % See also DATASETS, PRDATASETS, MFEAT 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_zer.m
r81 r127 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mnist8.m
r126 r127 13 13 % See also DATASETS, PRDATASETS 14 14 15 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/nist16.m
r81 r127 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/nist32.m
r123 r127 7 7 % See also DATASETS, PRDATASETS, NIST16 8 8 9 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/ringnorm.m
r81 r127 13 13 % See also DATASETS, PRDATASETS, TWONORM 14 14 15 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/satellite.m
r81 r127 11 11 % See also DATASETS, PRDATASETS, SOYBEAN1 12 12 13 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/sonar.m
r81 r127 10 10 function x = sonar 11 11 12 prdatasets(mfilename,1,'http://prtools. org/prdatasets/sonar.dat');12 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/sonar.dat'); 13 13 user.desc = 'The Sonar dataset from the undocumented databases from UCI. The task is to train a network to discriminate between sonar signals bounced off a metal cylinder and those bounced off a roughly cylindrical rock.'; 14 14 user.link = 'ftp://ftp.ics.uci.edu/pub/machine-learning-databases/undocumented/connectionist-bench/sonar'; -
prdatasets/soybean1.m
r122 r127 8 8 % See also DATASETS, PRDATASETS, SOYBEAN2 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/soybean2.m
r122 r127 8 8 % See also DATASETS, PRDATASETS, SOYBEAN1 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/texturel.m
r81 r127 15 15 % See also DATASETS, PRDATASETS, TEXTURET 16 16 17 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 18 18 % Faculty EWI, Delft University of Technology 19 19 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/texturet.m
r81 r127 15 15 % See also DATASETS, PRDATASETS, TEXTUREL 16 16 17 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 18 18 % Faculty EWI, Delft University of Technology 19 19 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/twonorm.m
r81 r127 13 13 % See also DATASETS, PRDATASETS, RINGNORM 14 14 15 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/wine.m
r125 r127 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 14 14 function a = wine 15 15 16 url = 'http://prtools. org/prdatasets/wine.dat';17 %prdatasets(mfilename,1,'http://prtools. org/prdatasets/wine.dat');16 url = 'http://prtools.tudelft.nl/prdatasets/wine.dat'; 17 %prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/wine.dat'); 18 18 user.desc = 'These data are the results of a chemical analysis of wines grown in the same region in Italy but derived from three different cultivars. The analysis determined the quantities of 13 constituents found in each of the three types of wines.'; 19 19 user.link = ''; -
prdatasets/x80.m
r122 r127 18 18 % See also DATASETS, PRDATASETS, IMOX 19 19 20 % Copyright: R.P.W. Duin, r.p.w.duin@ prtools.org20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com 21 21 % Faculty EWI, Delft University of Technology 22 22 % P.O. Box 5031, 2600 GA Delft, The Netherlands
Note: See TracChangeset
for help on using the changeset viewer.