Changeset 150


Ignore:
Timestamp:
01/09/20 21:17:34 (5 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
80 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/abalone.m

    r142 r150  
    1313%categories. They may be converted to N new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = abalone
  • prdatasets/adult.m

    r142 r150  
    1717%removed. Use VAL=NaN to avoid this. For other options see MISVAL.
    1818%
    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>
    2020%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL
    2121
    22 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     22% Copyright: R.P.W. Duin 
    2323
    2424function varargout = adult(val)
  • prdatasets/annealing.m

    r142 r150  
    1717%removed. Use VAL=NaN to avoid this. For other options see MISVAL.
    1818%
    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>
    2020%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL
    2121
    22 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     22% Copyright: R.P.W. Duin 
    2323
    2424function varargout = annealing(val)
  • prdatasets/arcene.m

    r142 r150  
    1616%merged with a large number of random features. See the dataset <a href="http://archive.ics.uci.edu/ml/datasets/Arcene">website</a>.
    1717%
    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>
    1919%PRTOOLS, DATASETS
    2020
    21 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     21% Copyright: R.P.W. Duin 
    2222
    2323function [a,b,c] = arcene
  • prdatasets/arrhythmia.m

    r138 r150  
    1111% is desired, use one of the options in MISVAL for VAL.
    1212%
    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>
    1414% PRTOOLS, DATASETS, MISVAL
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function a = arrhythmia(val)
  • prdatasets/audiology.m

    r142 r150  
    1717%removed. Use VAL=NaN to avoid this. For other options see MISVAL.
    1818%
    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>
    2020%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL
    2121
    22 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     22% Copyright: R.P.W. Duin 
    2323
    2424function varargout = audiology(val)
  • prdatasets/australian_sl.m

    r142 r150  
    1313%categories. They may be converted to N new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = australian_sl
  • prdatasets/auto_mpg.m

    r137 r150  
    1111% See also DATASETS, PRDATASETS
    1212
    13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     13% Copyright: R.P.W. Duin 
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/balance_scale.m

    r142 r150  
    1313%It may be converted to 3 new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = balance_scale
  • prdatasets/balloons.m

    r142 r150  
    1414%routines expecting continuous features.
    1515%
    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>
    1717%DATASETS
    1818
  • prdatasets/biomed.m

    r142 r150  
    1515% Just the original features 3, 5, 6, 7 and 8 are used.
    1616%
    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>
    1818% PRTOOLS, DATASETS, MISVAL
    1919
    20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     20% Copyright: R.P.W. Duin 
    2121
    2222function a = biomed(val)
  • prdatasets/breast.m

    r137 r150  
    1515% is desired, use one of the options in MISVAL for VAL.
    1616%
    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>
    1818% PRTOOLS, DATASETS, MISVAL
    1919
    20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     20% Copyright: R.P.W. Duin 
    2121
    2222function a = breast(val)
  • prdatasets/car.m

    r142 r150  
    99% The instances completely cover the attribute space.
    1010%
    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>
    1212% PRTOOLS, DATASETS
    1313
    14 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     14% Copyright: R.P.W. Duin 
    1515
    1616function a = car
  • prdatasets/cbands.m

    r137 r150  
    99% See also DATASETS, PRDATASETS
    1010
    11 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     11% Copyright: R.P.W. Duin 
    1212% Faculty EWI, Delft University of Technology
    1313% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/census.m

    r142 r150  
    1717%removed. Use VAL=NaN to avoid this. For other options see MISVAL.
    1818%
    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>
    2020%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, MISVAL,ADULT
    2121
    22 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     22% Copyright: R.P.W. Duin 
    2323
    2424function varargout = census(val)
  • prdatasets/chromo.m

    r137 r150  
    66% thresholded chromosomes. This technique is outdated.
    77
    8 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     8% Copyright: R.P.W. Duin 
    99% Faculty EWI, Delft University of Technology
    1010% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/cmc.m

    r142 r150  
    1313%It may be converted to 4 new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = cmc
  • prdatasets/connect4.m

    r142 r150  
    1313%categories. They may be converted to N new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = connect4
    2121
    2222% 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.
     24a = pr_download_uci('Connect-4','http://prtools.tudelft.nl/prdatasets/connect-4.data',[],[],6);
    2525a = setname(a,'Connect-4 Dataset');
    2626
  • prdatasets/credit.m

    r142 r150  
    1515%There are missing values, coded by NaNs. They may be handled by MISVAL.
    1616%
    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>
    1818%PRTOOLS, DATASETS, SETFEATDOM, MISVAL, CAT2REAL
    1919
    20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     20% Copyright: R.P.W. Duin 
    2121
    2222function a = credit
  • prdatasets/cylinderbands.m

    r142 r150  
    1515%There are missing values, coded by NaNs. They may be handled by MISVAL.
    1616%
    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>
    1818%PRTOOLS, DATASETS, SETFEATDOM, MISVAL, CAT2REAL
    1919
    20 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     20% Copyright: R.P.W. Duin 
    2121
    2222function a = cylinderbands
    2323
    2424% 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.
     26a = pr_download_uci('Cylinder+Bands','http://prtools.tudelft.nl/prdatasets/cylinderbands.dat');
    2727a = setname(a,'Cylinder Bands Dataset');
  • prdatasets/emim.m

    r137 r150  
    1616% See also DATASETS, PRDATASETS
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919% Faculty EWI, Delft University of Technology
    2020% P.O. Box 5038, 2600 GA Delft, The Netherlands
  • prdatasets/flowcyto.m

    r142 r150  
    1919% PRTOOLS, DATASETS
    2020
    21 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     21% Copyright: R.P.W. Duin 
    2222
    2323
     
    3232end
    3333
    34 d = pr_getdata('http://37steps.com/data/prdatasets/FlowCyto_sort.mat',5);
     34d = pr_getdata('http://prtools.tudelft.nl/prdatasets/FlowCyto_sort.mat',5);
    3535
    3636a = cell(1,numel(n));
  • prdatasets/german_num_sl.m

    r142 r150  
    1313%STATLOG_GERMAN_NUM
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_SL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = german_num_sl
  • prdatasets/german_sl.m

    r142 r150  
    1414%There is a numeric version of this dataset: STATLOG_GERMAN_NUM
    1515%
    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>
    1717%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL, GERMAN_NUM_SL
    1818
    19 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     19% Copyright: R.P.W. Duin 
    2020
    2121function a = german_sl
  • prdatasets/glass.m

    r140 r150  
    1616% See also DATASETS, PRDATASETS
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919% Faculty EWI, Delft University of Technology
    2020% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/haberman.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313%PRTOOLS, DATASETS
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616
    1717function a = haberman
  • prdatasets/heart.m

    r137 r150  
    1111% is desired, use one of the options in MISVAL.
    1212%
    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>
    1414% PRTOOLS, DATASETS, MISVAL
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function a = heart(val)
  • prdatasets/heart_sl.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313%PRTOOLS, DATASETS
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616
    1717function a = heart_sl
  • prdatasets/hepatitis.m

    r137 r150  
    1111% is desired, use one of the options in MISVAL.
    1212%
    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>
    1414% PRTOOLS, DATASETS, MISVAL
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function a = hepatitis(val)
  • prdatasets/imox.m

    r142 r150  
    2020% See also DATASETS, PRDATASETS, X80
    2121
    22 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     22% Copyright: R.P.W. Duin 
    2323% Faculty EWI, Delft University of Technology
    2424% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/imsegment.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414%PRTOOLS, DATASETS
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function [a,b] = imsegment
  • prdatasets/imsegment_sl.m

    r142 r150  
    1212%This dataset is very similar to the IMSEGMENT dataset.
    1313%
    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>
    1515%PRTOOLS, DATASETS, IMSEGMENT
    1616
    17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     17% Copyright: R.P.W. Duin 
    1818
    1919function a = imsegment_sl
  • prdatasets/ionosphere.m

    r137 r150  
    1111% See also DATASETS, PRDATASETS
    1212
    13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     13% Copyright: R.P.W. Duin 
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/isolet.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414
    1515function [a,b] = isolet
    1616
    1717% 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.
     19url1 = 'http://prtools.tudelft.nl/prdatasets/isolet1+2+3+4.zip';
     20url2 = 'http://prtools.tudelft.nl/prdatasets/isolet5.zip';
    2121[a,b] = pr_download_uci('ISOLET',{url1,url2});
    2222a = setname(a,'Isolet');
  • prdatasets/kimia.m

    r137 r150  
    1111% See also DATASETS, PRDATASETS, PRDATAFILES, PRDATAFILES/KIMIA_IMAGES
    1212
    13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     13% Copyright: R.P.W. Duin 
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/lena.m

    r137 r150  
    88% See also DATASETS, PRDATASETS
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/letter.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313
    1414function a = letter
  • prdatasets/liver.m

    r137 r150  
    99% See also DATASETS, PRDATASETS
    1010
    11 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     11% Copyright: R.P.W. Duin 
    1212% Faculty EWI, Delft University of Technology
    1313% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/magic04.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616
    1717function a = magic04
  • prdatasets/malaysia.m

    r137 r150  
    88% See also DATASETS, PRDATASETS
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5038, 2600 GA Delft, The Netherlands
  • prdatasets/mammograph.m

    r142 r150  
    1212%There are missing values, coded by NaNs. They may be handled by MISVAL.
    1313%
    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>
    1515%PRTOOLS, DATASETS, MISVAL
    1616
    17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     17% Copyright: R.P.W. Duin 
    1818
    1919function a = mammograph
  • prdatasets/mfeat.m

    r137 r150  
    2424% MFEAT_PIX, MFEAT_ZER
    2525
    26 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     26% Copyright: R.P.W. Duin 
    2727% Faculty EWI, Delft University of Technology
    2828% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_all.m

    r137 r150  
    1919% See also DATASETS, PRDATASETS,
    2020
    21 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     21% Copyright: R.P.W. Duin 
    2222% Faculty EWI, Delft University of Technology
    2323% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_fac.m

    r137 r150  
    88% See also DATASETS, PRDATASETS, MFEAT
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_fou.m

    r137 r150  
    77% See also DATASETS, PRDATASETS, MFEAT
    88
    9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     9% Copyright: R.P.W. Duin 
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_kar.m

    r137 r150  
    77% See also DATASETS, PRDATASETS, MFEAT
    88
    9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     9% Copyright: R.P.W. Duin 
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_mor.m

    r137 r150  
    77% See also DATASETS, PRDATASETS, MFEAT
    88
    9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     9% Copyright: R.P.W. Duin 
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_pix.m

    r137 r150  
    88% See also DATASETS, PRDATASETS, MFEAT
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mfeat_zer.m

    r137 r150  
    77% See also DATASETS, PRDATASETS, MFEAT
    88
    9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     9% Copyright: R.P.W. Duin 
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/mnist.m

    r142 r150  
    88% The trainset has 60000 digits and the testset 1000.
    99%
    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>
    1111% PRTOOLS, DATASETS, SHOW
    1212
     
    1919if isempty(varargout{1})
    2020 
    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);
    2323  % Note that these are datafiles
    2424  user.desc = ['This is the trainset of MNIST.'];
  • prdatasets/mnist8.m

    r140 r150  
    1313% See also DATASETS, PRDATASETS
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616% Faculty EWI, Delft University of Technology
    1717% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/musk1.m

    r142 r150  
    1515%also MULTI_LABELING
    1616%
    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>
    1818%DATASETS, MULTI_LABELING, CHANGELABLIST
    1919
     
    2121
    2222% 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.
     24a = pr_download_uci('Musk+(Version+1)','http://prtools.tudelft.nl/prdatasets/musk1.zip');
    2525a = setlablistnames(a,'Bag Label',1);
    2626a = feat2lab(a,1,'Bag Index');
  • prdatasets/musk2.m

    r142 r150  
    1515%also MULTI_LABELING
    1616%
    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>
    1818%DATASETS, MULTI_LABELING, CHANGELABLIST
    1919
     
    2121
    2222% 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.
     24a = pr_download_uci('Musk+(Version+2)','http://prtools.tudelft.nl/prdatasets/musk2.zip',[],[],5);
    2525a = setlablistnames(a,'Bag Label',1);
    2626a = feat2lab(a,1,'Bag Index');
  • prdatasets/nist16.m

    r137 r150  
    88% See also DATASETS, PRDATASETS
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/nist32.m

    r137 r150  
    77% See also DATASETS, PRDATASETS, NIST16
    88
    9 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     9% Copyright: R.P.W. Duin 
    1010% Faculty EWI, Delft University of Technology
    1111% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/optdigits.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function [a,b] = optdigits
  • prdatasets/pageblocks.m

    r142 r150  
    1010%publications that make use of this dataset.
    1111%
    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>
    1313
    1414function a = pageblocks
    1515
    1616% 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.
     18a = pr_download_uci('Page+Blocks+Classification','http://prtools.tudelft.nl/prdatasets/page-blocks.zip',[],[],[],[],[],' ');
    1919a = setname(a,'Page Blocks');
  • prdatasets/pendigits.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414
    1515function [a,b] = pendigits
  • prdatasets/pr_download_uci.m

    r142 r150  
    2626%         {'segmentation.data','segmentation.test'},opt);
    2727%
    28 % SEE ALSO <a href="http://37steps.com/prtools">PRTools Guide</a>
    29 
    30 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     28% SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>
     29
     30% Copyright: R.P.W. Duin 
    3131
    3232function varargout = pr_download_uci(name,varargin)
  • prdatasets/pr_dset_align.m

    r142 r150  
    66% this routine they might be coded differently.
    77%
    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>
    99% DATASETS, SETFEATDOM, FEATTYPES, DSET2CELL, CELL2DSET
    1010
    11 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     11% Copyright: R.P.W. Duin 
    1212
    1313function varargout = pr_dset_align(varargin)
  • prdatasets/pr_getdata.m

    r142 r150  
    2121% is constucted and returned to the user.
    2222%
    23 % SEE ALSO (<a href="http://37steps.com/prhtml/37tools.html">37tools Contents</a>)
     23% SEE ALSO
    2424% DATASETS, DATAFILES
    2525
    26 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     26% Copyright: R.P.W. Duin 
    2727
    2828function out = pr_getdata(varargin)
  • prdatasets/ringnorm.m

    r137 r150  
    1313% See also DATASETS, PRDATASETS, TWONORM
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616% Faculty EWI, Delft University of Technology
    1717% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/satellite.m

    r137 r150  
    1111% See also DATASETS, PRDATASETS, SOYBEAN1
    1212
    13 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     13% Copyright: R.P.W. Duin 
    1414% Faculty EWI, Delft University of Technology
    1515% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/satellite_sl.m

    r142 r150  
    1313%This dataset is identical to the SATELLITE dataset.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SATELLITE
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function [a,b] = satellite_sl
  • prdatasets/shuttle_sl.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414%PRTOOLS, DATASETS
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function [a,b] = shuttle_sl
    1919
    20 url1 = 'http://37steps.com/data/prdatasets/shuttle.zip';
    21 url2 = 'http://37steps.com/data/prdatasets/shuttle.tst';
     20url1 = 'http://prtools.tudelft.nl/prdatasets/shuttle.zip';
     21url2 = 'http://prtools.tudelft.nl/prdatasets/shuttle.tst';
    2222opt.dsetname = 'Statlog Shuttle';
    2323[a,b] = pr_download_uci('Statlog+(Shuttle)',{url1,url2},[],[],[],[],[],' ');
  • prdatasets/soybean1.m

    r137 r150  
    88% See also DATASETS, PRDATASETS, SOYBEAN2
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/soybean2.m

    r137 r150  
    88% See also DATASETS, PRDATASETS, SOYBEAN1
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/spambase.m

    r142 r150  
    1212%There are no missing values found in the dataset.
    1313%
    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>
    1515%PRTOOLS, DATASETS
    1616
    17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     17% Copyright: R.P.W. Duin 
    1818
    1919function a = spambase
  • prdatasets/spectf.m

    r142 r150  
    1111%publications that make use of this dataset.
    1212%
    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>
    1414%PRTOOLS, DATASETS
    1515
    16 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     16% Copyright: R.P.W. Duin 
    1717
    1818function [a,b] = spectf
  • prdatasets/spectrometer.m

    r142 r150  
    1919%Remove them by A = REMCLASS(A,N) with, e.g., N = 7.
    2020%
    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>
    2222%PRTOOLS, DATASETS, REMCLASS
    2323
    24 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     24% Copyright: R.P.W. Duin 
    2525
    2626function a = spectrometer
  • prdatasets/teachassist.m

    r142 r150  
    1313%categories. They may be converted to N new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = teachassist
  • prdatasets/texturel.m

    r137 r150  
    1515% See also DATASETS, PRDATASETS, TEXTURET
    1616
    17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     17% Copyright: R.P.W. Duin 
    1818% Faculty EWI, Delft University of Technology
    1919% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/texturet.m

    r137 r150  
    1515% See also DATASETS, PRDATASETS, TEXTUREL
    1616
    17 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     17% Copyright: R.P.W. Duin 
    1818% Faculty EWI, Delft University of Technology
    1919% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/tic_tac_toe.m

    r142 r150  
    1313%categories. They may be converted to N new real features by CAT2REAL.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = tic_tac_toe
  • prdatasets/twonorm.m

    r137 r150  
    1313% See also DATASETS, PRDATASETS, RINGNORM
    1414
    15 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     15% Copyright: R.P.W. Duin 
    1616% Faculty EWI, Delft University of Technology
    1717% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/waveform1.m

    r142 r150  
    1515%Group: Belmont, California. (see pages 43-49).
    1616%
    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>
    1818
    1919function a = waveform1
     
    2121% UCI data is Z-compressed. No Matlab command found for uncompressing.
    2222% Load zipped data from PRTools.
    23 url = 'http://37steps.com/data/prdatasets/waveform.zip';
     23url = 'http://prtools.tudelft.nl/prdatasets/waveform.zip';
    2424a = pr_download_uci('Waveform+Database+Generator+(Version+1)',url);
    2525a = setname(a,'Simple Waveform Data');
  • prdatasets/waveform2.m

    r142 r150  
    1515%Group: Belmont, California. (see pages 43-49).
    1616%
    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>
    1818
    1919function [a,b] = waveform2
     
    2121% UCI data is Z-compressed. No Matlab command found for uncompressing.
    2222% Load zipped data from PRTools.
    23 url = 'http://37steps.com/data/prdatasets/waveform-+noise.zip';
     23url = 'http://prtools.tudelft.nl/prdatasets/waveform-+noise.zip';
    2424a = pr_download_uci('Waveform+Database+Generator+(Version+2)',url);
    2525a = setname(a,'Advanced Waveform Data');
  • prdatasets/wine.m

    r142 r150  
    88% See also DATASETS, PRDATASETS
    99
    10 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     10% Copyright: R.P.W. Duin 
    1111% Faculty EWI, Delft University of Technology
    1212% P.O. Box 5031, 2600 GA Delft, The Netherlands
  • prdatasets/yeast.m

    r142 r150  
    1313%the name 'sequence'.
    1414%
    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>
    1616%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = yeast
  • prdatasets/zoo.m

    r142 r150  
    1313%The feature names can be retrieved by GETFEATLAB(A).
    1414%
    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>
    1616%PRTOOLS, DATASETS, GETIDENT, GETFEATLAB
    1717
    18 % Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
     18% Copyright: R.P.W. Duin 
    1919
    2020function a = zoo
Note: See TracChangeset for help on using the changeset viewer.