Rev | Line | |
---|
[80] | 1 | %NIST16 2000 normalised digits given by 16x16 pixels (features) in 10 classes |
---|
| 2 | % |
---|
| 3 | % A = NIST16 |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. This is a subset of the NIST handprinted digits, |
---|
| 6 | % normalised and sampled on 16x16 pixels. |
---|
| 7 | % |
---|
| 8 | % See also DATASETS, PRDATASETS |
---|
| 9 | |
---|
| 10 | % Copyright: R.P.W. Duin, r.p.w.duin@prtools.org |
---|
| 11 | % Faculty EWI, Delft University of Technology |
---|
| 12 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 13 | |
---|
| 14 | function a = nist16 |
---|
| 15 | |
---|
| 16 | prdatasets(mfilename,1); |
---|
[81] | 17 | a = pr_dataset('nist16'); |
---|
[80] | 18 | a = setname(a,'NIST16 Normalised Digits'); |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.