source:
prdatasets/mfeat_kar.m
Last change on this file was 150, checked in by bduin, 5 years ago | |
---|---|
File size: 377 bytes |
Line | |
---|---|
1 | %MFEAT_KAR 2000 objects with 64 features in 10 classes |
2 | % |
3 | % A = MFEAT_KAR |
4 | % |
5 | % Load the dataset in A. These are the Karhunen-Loeve moments. |
6 | % |
7 | % See also DATASETS, PRDATASETS, MFEAT |
8 | |
9 | % Copyright: R.P.W. Duin |
10 | % Faculty EWI, Delft University of Technology |
11 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
12 | |
13 | function a = mfeat_kar |
14 | |
15 | a = pr_getdata; |
16 | a = setname(a,'MFEAT KL Features'); |
Note: See TracBrowser
for help on using the repository browser.