Changeset 150 for prdatasets/connect4.m
- Timestamp:
- 01/09/20 21:17:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.