Changeset 132
- Timestamp:
- 11/25/19 10:17:35 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 40 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/arrhythmia.m
r127 r132 13 13 % is desired, use one of the options in MISVAL for VAL. 14 14 % 15 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>15 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 16 16 % PRTOOLS, DATASETS, MISVAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function x = arrhythmia(val) -
prdatasets/auto_mpg.m
r127 r132 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com13 % Copyright: R.P.W. Duin 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 18 18 19 19 function a = auto_mpg 20 a = pr_getdata('http:// 37steps.com/data/prdatasets/auto_mpg.mat',1);20 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/auto_mpg.mat',1); 21 21 %a = setname(a,'Car-miles-per-gallon'); 22 22 a = setlablist(a,char('< 25 mpg ','> 25 mpg')); -
prdatasets/biomed.m
r127 r132 15 15 % Just the original features 3, 5, 6, 7 and 8 are used. 16 16 % 17 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>17 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 18 18 % PRTOOLS, DATASETS, MISVAL 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 22 22 function x = biomed(val) 23 23 24 24 if nargin < 1, val = 'remove'; end 25 a = pr_getdata('http:// 37steps.com/data/prdatasets/biomed.dat',1);25 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/biomed.dat',1); 26 26 27 27 user.desc = 'The purpose of the analysis is to develop a screening procedure to detect carriers and to describe its effectiveness. '; -
prdatasets/breast.m
r127 r132 15 15 % is desired, use one of the options in MISVAL for Val. 16 16 % 17 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>17 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 18 18 % PRTOOLS, DATASETS, MISVAL 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 22 22 function x = breast(val) … … 25 25 %prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/breastorg.dat'); 26 26 27 a = pr_getdata('http:// 37steps.com/data/prdatasets/breastorg.dat',1);27 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/breastorg.dat',1); 28 28 29 29 user.desc='The original database of the Wisconsin Breast Cancer Databases from UCI, containing 699 instances, collected between 1989 and 1991. '; -
prdatasets/cbands.m
r130 r132 9 9 % See also DATASETS, PRDATASETS 10 10 11 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com11 % Copyright: R.P.W. Duin 12 12 % Faculty EWI, Delft University of Technology 13 13 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 15 15 function a = cbands 16 16 17 a = prdatasets(mfilename,1); 17 prdatasets(mfilename,1); 18 a = pr_dataset('cbands'); 18 19 a = setname(a,'Chromosome Bands'); -
prdatasets/chromo.m
r127 r132 6 6 % thresholded chromosomes. This technique is outdated. 7 7 8 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com8 % Copyright: R.P.W. Duin 9 9 % Faculty EWI, Delft University of Technology 10 10 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/emim.m
r127 r132 16 16 % See also DATASETS, PRDATASETS 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 % Faculty EWI, Delft University of Technology 20 20 % P.O. Box 5038, 2600 GA Delft, The Netherlands -
prdatasets/glass.m
r127 r132 16 16 % See also DATASETS, PRDATASETS 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 % Faculty EWI, Delft University of Technology 20 20 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/heart.m
r127 r132 11 11 % is desired, use one of the options in MISVAL. 12 12 % 13 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>13 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 14 14 % PRTOOLS, DATASETS, MISVAL 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function x = heart(val) -
prdatasets/hepatitis.m
r127 r132 11 11 % is desired, use one of the options in MISVAL. 12 12 % 13 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>13 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 14 14 % PRTOOLS, DATASETS, MISVAL 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function x = hepatitis(val); -
prdatasets/imox.m
r127 r132 10 10 % See also DATASETS, PRDATASETS, X80 11 11 12 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com12 % Copyright: R.P.W. Duin 13 13 % Faculty EWI, Delft University of Technology 14 14 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/ionosphere.m
r127 r132 11 11 % See also DATASETS, PRDATASETS 12 12 13 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com13 % Copyright: R.P.W. Duin 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/iris.m
r129 r132 5 5 % Iris plants dataset by R.A.Fisher, 150 objects, 4 features, 3 6 6 % classes. 7 function x = iris 7 function x = iris; 8 8 9 9 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/iris.dat'); -
prdatasets/kimia.m
r127 r132 11 11 % See also DATASETS, PRDATASETS, PRDATAFILES, PRDATAFILES/KIMIA_IMAGES 12 12 13 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com13 % Copyright: R.P.W. Duin 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/lena.m
r127 r132 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/liver.m
r127 r132 9 9 % See also DATASETS, PRDATASETS 10 10 11 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com11 % Copyright: R.P.W. Duin 12 12 % Faculty EWI, Delft University of Technology 13 13 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/malaysia.m
r127 r132 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5038, 2600 GA Delft, The Netherlands -
prdatasets/mfeat.m
r127 r132 24 24 % MFEAT_PIX, MFEAT_ZER 25 25 26 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com26 % Copyright: R.P.W. Duin 27 27 % Faculty EWI, Delft University of Technology 28 28 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_all.m
r127 r132 19 19 % See also DATASETS, PRDATASETS, 20 20 21 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com21 % Copyright: R.P.W. Duin 22 22 % Faculty EWI, Delft University of Technology 23 23 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_fac.m
r127 r132 8 8 % See also DATASETS, PRDATASETS, MFEAT 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_fou.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_kar.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_mor.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_pix.m
r127 r132 8 8 % See also DATASETS, PRDATASETS, MFEAT 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mfeat_zer.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, MFEAT 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/mnist8.m
r127 r132 13 13 % See also DATASETS, PRDATASETS 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/nist16.m
r127 r132 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/nist32.m
r127 r132 7 7 % See also DATASETS, PRDATASETS, NIST16 8 8 9 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com9 % Copyright: R.P.W. Duin 10 10 % Faculty EWI, Delft University of Technology 11 11 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 14 14 function a = nist32(N) 15 15 if nargin < 1, N = [0:9]; end 16 a = pr_getdata('http:// 37steps.com/data/prdatasets/nist32.mat',1);16 a = pr_getdata('http://prtools.tudelft.nl/prdatasets/nist32.mat',1); 17 17 18 18 % prdatasets(mfilename,1); -
prdatasets/pr_dataset.m
r131 r132 4 4 5 5 varargout = cell(1,nargout); 6 name = varargin{1};7 if ischar(name)8 if isempty(fileparts(name))9 % add dir of calling function if no dir is given10 dirr = fileparts(which(callername));11 name = fullfile(dirr,name);12 varargin{1} = name;13 end14 end15 6 if floor(prversion) == 4 16 7 [varargout{:}] = dataset(varargin{:}); -
prdatasets/pr_getdata.m
r129 r132 20 20 % is constucted and returned to the user. 21 21 % 22 % SEE ALSO (<a href="http://37steps.com/prhtml/37tools.html">37tools Contents</a>) 23 % DATASETS, DATAFILES 22 % SEE ALSO DATASETS, DATAFILES 24 23 25 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com24 % Copyright: R.P.W. Duin 26 25 27 26 function out = pr_getdata(varargin) … … 34 33 % dset : becomes full path and name of dataset 35 34 % ddir : becomes full path of dataset 36 37 35 name = callername; 38 36 argin = setdefaults(varargin,[],[],[],[],true); -
prdatasets/pr_readdataset.m
r97 r132 20 20 %DATASETS, SETFEATDOM, CELL2DSET 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 24 24 function a = pr_readdataset(file,varargin) -
prdatasets/ringnorm.m
r127 r132 13 13 % See also DATASETS, PRDATASETS, TWONORM 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/satellite.m
r127 r132 11 11 % See also DATASETS, PRDATASETS, SOYBEAN1 12 12 13 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com13 % Copyright: R.P.W. Duin 14 14 % Faculty EWI, Delft University of Technology 15 15 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/soybean1.m
r127 r132 8 8 % See also DATASETS, PRDATASETS, SOYBEAN2 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/soybean2.m
r127 r132 8 8 % See also DATASETS, PRDATASETS, SOYBEAN1 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/texturel.m
r127 r132 15 15 % See also DATASETS, PRDATASETS, TEXTURET 16 16 17 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com17 % Copyright: R.P.W. Duin 18 18 % Faculty EWI, Delft University of Technology 19 19 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/texturet.m
r127 r132 15 15 % See also DATASETS, PRDATASETS, TEXTUREL 16 16 17 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com17 % Copyright: R.P.W. Duin 18 18 % Faculty EWI, Delft University of Technology 19 19 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/twonorm.m
r129 r132 13 13 % See also DATASETS, PRDATASETS, RINGNORM 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 % Faculty EWI, Delft University of Technology 17 17 % P.O. Box 5031, 2600 GA Delft, The Netherlands … … 20 20 21 21 prdatasets(mfilename,1); 22 dsetname = which(mfilename); 23 a = pr_dataset(dsetname(1,1:end-2)); 22 a = pr_dataset('twonorm'); 24 23 a = setname(a,'Twonorm Data'); 25 24 -
prdatasets/wine.m
r127 r132 8 8 % See also DATASETS, PRDATASETS 9 9 10 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com10 % Copyright: R.P.W. Duin 11 11 % Faculty EWI, Delft University of Technology 12 12 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/x80.m
r131 r132 18 18 % See also DATASETS, PRDATASETS, IMOX 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 % Faculty EWI, Delft University of Technology 22 22 % P.O. Box 5031, 2600 GA Delft, The Netherlands 23 23 24 function a = x80 24 function a = x80; 25 25 26 26 prdatasets('80x',1);
Note: See TracChangeset
for help on using the changeset viewer.