source: prdatasets/mfeat_fou.m @ 157

Last change on this file since 157 was 150, checked in by bduin, 5 years ago
File size: 376 bytes
RevLine 
[80]1%MFEAT_FOU 2000 objects with 76 features in 10 classes
2%
3%       A = MFEAT_FOU
4%
5% Load the dataset in A. These are the Fourier features.
6%
7% See also DATASETS, PRDATASETS, MFEAT
8
[150]9% Copyright: R.P.W. Duin
[80]10% Faculty EWI, Delft University of Technology
11% P.O. Box 5031, 2600 GA Delft, The Netherlands
12
13function a = mfeat_fou
14
[137]15a = pr_getdata;
[80]16a = setname(a,'MFEAT Fourier Features');
Note: See TracBrowser for help on using the repository browser.