Line | |
---|
1 | %SPECTF Single Proton Emission Computed Tomography heart data
|
---|
2 | %PRTools UCI dataset import, 80+187 objects, 44 features, 2 classes
|
---|
3 | %
|
---|
4 | % [TRAIN,TEST] = SPECTF
|
---|
5 | % TRAIN_TEST = SPECTF
|
---|
6 | %
|
---|
7 | %DESCRIPTION
|
---|
8 | %This command downloads one of the UCI data sets, converts it into PRTools
|
---|
9 | %format and stores it locally for future use. Consult the <a href="http://archive.ics.uci.edu/ml/datasets/SPECTF+Heart">related website</a>
|
---|
10 | %for further information. Please make the appropriate references in
|
---|
11 | %publications that make use of this dataset.
|
---|
12 | %
|
---|
13 | %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
|
---|
14 | %PRTOOLS, DATASETS
|
---|
15 |
|
---|
16 | % Copyright: R.P.W. Duin
|
---|
17 |
|
---|
18 | function [a,b] = spectf
|
---|
19 |
|
---|
20 | [a,b] = pr_download_uci('SPECTF+Heart',{'SPECTF.train','SPECTF.test'},[],[],[],[],[],[],1);
|
---|
21 | a = setname(a,'Spectf Heart');
|
---|
22 | b = setname(b,'Spectf Heart');
|
---|
23 | if nargout < 2, end
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.