source: prdatasets/mfeat_fac.m @ 127

Last change on this file since 127 was 127, checked in by bduin, 6 years ago
File size: 479 bytes
RevLine 
[80]1%MFEAT_FAC 2000 objects with 216 features in 10 classes
2%
3%       A = MFEAT_FAC
4%
5% Load the dataset in A. These are the face features (projection on
6% horizontal and vertical axes).
7%
8% See also DATASETS, PRDATASETS, MFEAT
9
[127]10% Copyright: R.P.W. Duin, r.p.w.duin@37steps.com
[80]11% Faculty EWI, Delft University of Technology
12% P.O. Box 5031, 2600 GA Delft, The Netherlands
13
14function a = mfeat_fac
15
16prdatasets(mfilename,1);
[81]17a = pr_dataset('mfeat_fac');
[80]18a = setname(a,'MFEAT Face Features');
Note: See TracBrowser for help on using the repository browser.