Changeset 150 for prdatasets/connect4.m


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

Legend:

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