Ignore:
Timestamp:
01/09/20 21:17:34 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.