source: prdatasets/magic04.m @ 143

Last change on this file since 143 was 142, checked in by bduin, 5 years ago

Updated collection of datasets

File size: 855 bytes
Line 
1%MAGIC04 MAGIC gamma telescope data 2004
2%PRTools dataset import from UCI, 19020 objects, 10 features, 2 classes
3%
4%  A = MAGIC04
5%
6%DESCRIPTION
7%This command downloads one of the UCI data sets, converts it into PRTools
8%format and stores it locally for future use. Consult the <a href="http://archive.ics.uci.edu/ml/datasets/MAGIC+Gamma+Telescope">related website</a>
9%for further information. Please make the appropriate references in
10%publications that make use of this dataset.
11%
12%SEE ALSO <a href="http://37steps.com/prtools">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
13%PRTOOLS, DATASETS, SETFEATDOM, FEATTYPES, CAT2REAL
14
15% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
16
17function a = magic04
18
19a = pr_download_uci('MAGIC+Gamma+Telescope','magic04.data');
20a = setname(a,'Magic Gamma Telescope');
21
Note: See TracBrowser for help on using the repository browser.