Line | |
---|
1 | %MAMMOGRAPH Discrimination of benign and malignant mammographic masses
|
---|
2 | %PRTools dataset import from UCI, 961 objects, 5 features, 2 classes
|
---|
3 | %
|
---|
4 | % A = MAMMOGRAPH
|
---|
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/Mammographic+Mass">related website</a>
|
---|
9 | %for further information. Please make the appropriate references in
|
---|
10 | %publications that make use of this dataset.
|
---|
11 | %
|
---|
12 | %There are missing values, coded by NaNs. They may be handled by MISVAL.
|
---|
13 | %
|
---|
14 | %SEE ALSO <a href="http://prtools.tudelft.nl/prtools/">PRTools Guide</a>, <a href="http://archive.ics.uci.edu/ml/">UCI Website</a>
|
---|
15 | %PRTOOLS, DATASETS, MISVAL
|
---|
16 |
|
---|
17 | % Copyright: R.P.W. Duin
|
---|
18 |
|
---|
19 | function a = mammograph
|
---|
20 |
|
---|
21 | a = pr_download_uci('Mammographic+Mass','mammographic_masses.data');
|
---|
22 | a = setname(a,'Mammographic Mass');
|
---|
23 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.