Changeset 150
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 80 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/abalone.m
r142 r150 13 13 %categories. They may be converted to N new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = abalone -
prdatasets/adult.m
r142 r150 17 17 %removed. Use VAL=NaN to avoid this. For other options see MISVAL. 18 18 % 19 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>19 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 20 20 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 24 24 function varargout = adult(val) -
prdatasets/annealing.m
r142 r150 17 17 %removed. Use VAL=NaN to avoid this. For other options see MISVAL. 18 18 % 19 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>19 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 20 20 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 24 24 function varargout = annealing(val) -
prdatasets/arcene.m
r142 r150 16 16 %merged with a large number of random features. See the dataset <a href="http://archive.ics.uci.edu/ml/datasets/Arcene">website</a>. 17 17 % 18 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>18 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 19 19 %PRTOOLS, DATASETS 20 20 21 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com21 % Copyright: R.P.W. Duin 22 22 23 23 function [a,b,c] = arcene -
prdatasets/arrhythmia.m
r138 r150 11 11 % is desired, use one of the options in MISVAL for VAL. 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 a = arrhythmia(val) -
prdatasets/audiology.m
r142 r150 17 17 %removed. Use VAL=NaN to avoid this. For other options see MISVAL. 18 18 % 19 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>19 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 20 20 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 24 24 function varargout = audiology(val) -
prdatasets/australian_sl.m
r142 r150 13 13 %categories. They may be converted to N new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = australian_sl -
prdatasets/auto_mpg.m
r137 r150 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/balance_scale.m
r142 r150 13 13 %It may be converted to 3 new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = balance_scale -
prdatasets/balloons.m
r142 r150 14 14 %routines expecting continuous features. 15 15 % 16 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>16 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 17 17 %DATASETS 18 18 -
prdatasets/biomed.m
r142 r150 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 a = biomed(val) -
prdatasets/breast.m
r137 r150 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 a = breast(val) -
prdatasets/car.m
r142 r150 9 9 % The instances completely cover the attribute space. 10 10 % 11 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>11 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 12 12 % PRTOOLS, DATASETS 13 13 14 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com14 % Copyright: R.P.W. Duin 15 15 16 16 function a = car -
prdatasets/cbands.m
r137 r150 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/census.m
r142 r150 17 17 %removed. Use VAL=NaN to avoid this. For other options see MISVAL. 18 18 % 19 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>19 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 20 20 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL,ADULT 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 24 24 function varargout = census(val) -
prdatasets/chromo.m
r137 r150 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/cmc.m
r142 r150 13 13 %It may be converted to 4 new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = cmc -
prdatasets/connect4.m
r142 r150 13 13 %categories. They may be converted to N new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = connect4 21 21 22 22 % UCI data is Z-compressed. No Matlab command foud for uncompressing. 23 % Load uncompressed data from 37steps.24 a = pr_download_uci('Connect-4','http:// 37steps.com/data/prdatasets/connect-4.data',[],[],6);23 % Load uncompressed data from prtools website. 24 a = pr_download_uci('Connect-4','http://prtools.tudelft.nl/prdatasets/connect-4.data',[],[],6); 25 25 a = setname(a,'Connect-4 Dataset'); 26 26 -
prdatasets/credit.m
r142 r150 15 15 %There are missing values, coded by NaNs. They may be handled by MISVAL. 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, SETFEATDOM, MISVAL, CAT2REAL 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 22 22 function a = credit -
prdatasets/cylinderbands.m
r142 r150 15 15 %There are missing values, coded by NaNs. They may be handled by MISVAL. 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, SETFEATDOM, MISVAL, CAT2REAL 19 19 20 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com20 % Copyright: R.P.W. Duin 21 21 22 22 function a = cylinderbands 23 23 24 24 % UCI dataset is irregulary formatted. 25 % Load modified data from 37steps.26 a = pr_download_uci('Cylinder+Bands','http:// 37steps.com/data/prdatasets/cylinderbands.dat');25 % Load modified data from prtools website. 26 a = pr_download_uci('Cylinder+Bands','http://prtools.tudelft.nl/prdatasets/cylinderbands.dat'); 27 27 a = setname(a,'Cylinder Bands Dataset'); -
prdatasets/emim.m
r137 r150 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/flowcyto.m
r142 r150 19 19 % PRTOOLS, DATASETS 20 20 21 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com21 % Copyright: R.P.W. Duin 22 22 23 23 … … 32 32 end 33 33 34 d = pr_getdata('http:// 37steps.com/data/prdatasets/FlowCyto_sort.mat',5);34 d = pr_getdata('http://prtools.tudelft.nl/prdatasets/FlowCyto_sort.mat',5); 35 35 36 36 a = cell(1,numel(n)); -
prdatasets/german_num_sl.m
r142 r150 13 13 %STATLOG_GERMAN_NUM 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, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_SL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = german_num_sl -
prdatasets/german_sl.m
r142 r150 14 14 %There is a numeric version of this dataset: STATLOG_GERMAN_NUM 15 15 % 16 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>16 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 17 17 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_NUM_SL 18 18 19 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com19 % Copyright: R.P.W. Duin 20 20 21 21 function a = german_sl -
prdatasets/glass.m
r140 r150 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/haberman.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 %PRTOOLS, DATASETS 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 17 17 function a = haberman -
prdatasets/heart.m
r137 r150 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 a = heart(val) -
prdatasets/heart_sl.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 %PRTOOLS, DATASETS 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 17 17 function a = heart_sl -
prdatasets/hepatitis.m
r137 r150 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 a = hepatitis(val) -
prdatasets/imox.m
r142 r150 20 20 % See also DATASETS, PRDATASETS, X80 21 21 22 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com22 % Copyright: R.P.W. Duin 23 23 % Faculty EWI, Delft University of Technology 24 24 % P.O. Box 5031, 2600 GA Delft, The Netherlands -
prdatasets/imsegment.m
r142 r150 11 11 %publications that make use of this dataset. 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 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function [a,b] = imsegment -
prdatasets/imsegment_sl.m
r142 r150 12 12 %This dataset is very similar to the IMSEGMENT dataset. 13 13 % 14 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>14 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 15 15 %PRTOOLS, DATASETS, IMSEGMENT 16 16 17 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com17 % Copyright: R.P.W. Duin 18 18 19 19 function a = imsegment_sl -
prdatasets/ionosphere.m
r137 r150 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/isolet.m
r142 r150 11 11 %publications that make use of this dataset. 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 15 15 function [a,b] = isolet 16 16 17 17 % UCI data is Z-compressed. No Matlab command found for uncompressing. 18 % Load zipped data from 37steps.19 url1 = 'http:// 37steps.com/data/prdatasets/isolet1+2+3+4.zip';20 url2 = 'http:// 37steps.com/data/prdatasets/isolet5.zip';18 % Load zipped data from prtools website. 19 url1 = 'http://prtools.tudelft.nl/prdatasets/isolet1+2+3+4.zip'; 20 url2 = 'http://prtools.tudelft.nl/prdatasets/isolet5.zip'; 21 21 [a,b] = pr_download_uci('ISOLET',{url1,url2}); 22 22 a = setname(a,'Isolet'); -
prdatasets/kimia.m
r137 r150 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
r137 r150 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/letter.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 14 14 function a = letter -
prdatasets/liver.m
r137 r150 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/magic04.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 %PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL 14 14 15 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com15 % Copyright: R.P.W. Duin 16 16 17 17 function a = magic04 -
prdatasets/malaysia.m
r137 r150 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/mammograph.m
r142 r150 12 12 %There are missing values, coded by NaNs. They may be handled by MISVAL. 13 13 % 14 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>14 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 15 15 %PRTOOLS, DATASETS, MISVAL 16 16 17 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com17 % Copyright: R.P.W. Duin 18 18 19 19 function a = mammograph -
prdatasets/mfeat.m
r137 r150 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
r137 r150 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
r137 r150 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
r137 r150 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
r137 r150 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
r137 r150 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
r137 r150 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
r137 r150 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/mnist.m
r142 r150 8 8 % The trainset has 60000 digits and the testset 1000. 9 9 % 10 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://yann.lecun.com/exdb/mnist/">Original Website</a>10 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://yann.lecun.com/exdb/mnist/">Original Website</a> 11 11 % PRTOOLS, DATASETS, SHOW 12 12 … … 19 19 if isempty(varargout{1}) 20 20 21 a = pr_getdata(['http:// 37steps.com/data/prdatafiles/MNIST_train.zip'],42,'mnist_train','',1);22 b = pr_getdata(['http:// 37steps.com/data/prdatafiles/MNIST_test.zip'],[],'mnist_test','',0);21 a = pr_getdata(['http://prtools.tudelft.nl/prdatafiles/MNIST_train.zip'],42,'mnist_train','',1); 22 b = pr_getdata(['http://prtools.tudelft.nl/prdatafiles/MNIST_test.zip'],[],'mnist_test','',0); 23 23 % Note that these are datafiles 24 24 user.desc = ['This is the trainset of MNIST.']; -
prdatasets/mnist8.m
r140 r150 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/musk1.m
r142 r150 15 15 %also MULTI_LABELING 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 %DATASETS, MULTI_LABELING, CHANGELABLIST 19 19 … … 21 21 22 22 % UCI data is Z-compressed. No Matlab command foud for uncompressing. 23 % Load zipped data from 37steps.24 a = pr_download_uci('Musk+(Version+1)','http:// 37steps.com/data/prdatasets/musk1.zip');23 % Load zipped data from prtools website. 24 a = pr_download_uci('Musk+(Version+1)','http://prtools.tudelft.nl/prdatasets/musk1.zip'); 25 25 a = setlablistnames(a,'Bag Label',1); 26 26 a = feat2lab(a,1,'Bag Index'); -
prdatasets/musk2.m
r142 r150 15 15 %also MULTI_LABELING 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 %DATASETS, MULTI_LABELING, CHANGELABLIST 19 19 … … 21 21 22 22 % UCI data is Z-compressed. No Matlab command foud for uncompressing. 23 % Load zipped data from 37steps.24 a = pr_download_uci('Musk+(Version+2)','http:// 37steps.com/data/prdatasets/musk2.zip',[],[],5);23 % Load zipped data from prtools website. 24 a = pr_download_uci('Musk+(Version+2)','http://prtools.tudelft.nl/prdatasets/musk2.zip',[],[],5); 25 25 a = setlablistnames(a,'Bag Label',1); 26 26 a = feat2lab(a,1,'Bag Index'); -
prdatasets/nist16.m
r137 r150 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
r137 r150 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 -
prdatasets/optdigits.m
r142 r150 11 11 %publications that make use of this dataset. 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, SETFEATDOM, FEATTYPES, CAT2REAL 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function [a,b] = optdigits -
prdatasets/pageblocks.m
r142 r150 10 10 %publications that make use of this dataset. 11 11 % 12 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>12 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 13 13 14 14 function a = pageblocks 15 15 16 16 % UCI data is Z-compressed. No Matlab command foud for uncompressing. 17 % Load zipped data from 37steps.18 a = pr_download_uci('Page+Blocks+Classification','http:// 37steps.com/data/prdatasets/page-blocks.zip',[],[],[],[],[],' ');17 % Load zipped data from prtools website. 18 a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' '); 19 19 a = setname(a,'Page Blocks'); -
prdatasets/pendigits.m
r142 r150 11 11 %publications that make use of this dataset. 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 15 15 function [a,b] = pendigits -
prdatasets/pr_download_uci.m
r142 r150 26 26 % {'segmentation.data','segmentation.test'},opt); 27 27 % 28 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>29 30 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com28 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a> 29 30 % Copyright: R.P.W. Duin 31 31 32 32 function varargout = pr_download_uci(name,varargin) -
prdatasets/pr_dset_align.m
r142 r150 6 6 % this routine they might be coded differently. 7 7 % 8 % SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>8 % SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a> 9 9 % DATASETS, SETFEATDOM, FEATTYPES, DSET2CELL, CELL2DSET 10 10 11 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com11 % Copyright: R.P.W. Duin 12 12 13 13 function varargout = pr_dset_align(varargin) -
prdatasets/pr_getdata.m
r142 r150 21 21 % is constucted and returned to the user. 22 22 % 23 % SEE ALSO (<a href="http://37steps.com/prhtml/37tools.html">37tools Contents</a>)23 % SEE ALSO 24 24 % DATASETS, DATAFILES 25 25 26 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com26 % Copyright: R.P.W. Duin 27 27 28 28 function out = pr_getdata(varargin) -
prdatasets/ringnorm.m
r137 r150 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
r137 r150 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/satellite_sl.m
r142 r150 13 13 %This dataset is identical to the SATELLITE dataset. 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, SATELLITE 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function [a,b] = satellite_sl -
prdatasets/shuttle_sl.m
r142 r150 11 11 %publications that make use of this dataset. 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 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function [a,b] = shuttle_sl 19 19 20 url1 = 'http:// 37steps.com/data/prdatasets/shuttle.zip';21 url2 = 'http:// 37steps.com/data/prdatasets/shuttle.tst';20 url1 = 'http://prtools.tudelft.nl/prdatasets/shuttle.zip'; 21 url2 = 'http://prtools.tudelft.nl/prdatasets/shuttle.tst'; 22 22 opt.dsetname = 'Statlog Shuttle'; 23 23 [a,b] = pr_download_uci('Statlog+(Shuttle)',{url1,url2},[],[],[],[],[],' '); -
prdatasets/soybean1.m
r137 r150 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
r137 r150 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/spambase.m
r142 r150 12 12 %There are no missing values found in the dataset. 13 13 % 14 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>14 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 15 15 %PRTOOLS, DATASETS 16 16 17 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com17 % Copyright: R.P.W. Duin 18 18 19 19 function a = spambase -
prdatasets/spectf.m
r142 r150 11 11 %publications that make use of this dataset. 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 15 15 16 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com16 % Copyright: R.P.W. Duin 17 17 18 18 function [a,b] = spectf -
prdatasets/spectrometer.m
r142 r150 19 19 %Remove them by A = REMCLASS(A,N) with, e.g., N = 7. 20 20 % 21 %SEE ALSO <a href="http:// 37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>21 %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a> 22 22 %PRTOOLS, DATASETS, REMCLASS 23 23 24 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com24 % Copyright: R.P.W. Duin 25 25 26 26 function a = spectrometer -
prdatasets/teachassist.m
r142 r150 13 13 %categories. They may be converted to N new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = teachassist -
prdatasets/texturel.m
r137 r150 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
r137 r150 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/tic_tac_toe.m
r142 r150 13 13 %categories. They may be converted to N new real features by CAT2REAL. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = tic_tac_toe -
prdatasets/twonorm.m
r137 r150 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 -
prdatasets/waveform1.m
r142 r150 15 15 %Group: Belmont, California. (see pages 43-49). 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 19 19 function a = waveform1 … … 21 21 % UCI data is Z-compressed. No Matlab command found for uncompressing. 22 22 % Load zipped data from PRTools. 23 url = 'http:// 37steps.com/data/prdatasets/waveform.zip';23 url = 'http://prtools.tudelft.nl/prdatasets/waveform.zip'; 24 24 a = pr_download_uci('Waveform+Database+Generator+(Version+1)',url); 25 25 a = setname(a,'Simple Waveform Data'); -
prdatasets/waveform2.m
r142 r150 15 15 %Group: Belmont, California. (see pages 43-49). 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 19 19 function [a,b] = waveform2 … … 21 21 % UCI data is Z-compressed. No Matlab command found for uncompressing. 22 22 % Load zipped data from PRTools. 23 url = 'http:// 37steps.com/data/prdatasets/waveform-+noise.zip';23 url = 'http://prtools.tudelft.nl/prdatasets/waveform-+noise.zip'; 24 24 a = pr_download_uci('Waveform+Database+Generator+(Version+2)',url); 25 25 a = setname(a,'Advanced Waveform Data'); -
prdatasets/wine.m
r142 r150 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/yeast.m
r142 r150 13 13 %the name 'sequence'. 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, SETFEATDOM, FEATTYPES, CAT2REAL 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = yeast -
prdatasets/zoo.m
r142 r150 13 13 %The feature names can be retrieved by GETFEATLAB(A). 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, GETIDENT, GETFEATLAB 17 17 18 % Copyright: R.P.W. Duin , r.p.w.duin@37steps.com18 % Copyright: R.P.W. Duin 19 19 20 20 function a = zoo
Note: See TracChangeset
for help on using the changeset viewer.