Last change
on this file since 80 was
80,
checked in by dtax, 11 years ago
|
Creator files for prtools datasets.
|
File size:
448 bytes
|
Rev | Line | |
---|
[80] | 1 | %MFEAT_MOR 2000 objects with 6 features in 10 classes |
---|
| 2 | % |
---|
| 3 | % A = MFEAT_MOR |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. These are some morphological features. |
---|
| 6 | % |
---|
| 7 | % See also DATASETS, PRDATASETS, MFEAT |
---|
| 8 | |
---|
| 9 | % Copyright: R.P.W. Duin, r.p.w.duin@prtools.org |
---|
| 10 | % Faculty EWI, Delft University of Technology |
---|
| 11 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 12 | |
---|
| 13 | function a = mfeat_mor |
---|
| 14 | |
---|
| 15 | prdatasets(mfilename,1); |
---|
| 16 | a = prdataset('mfeat_mor'); |
---|
| 17 | a = setname(a,'MFEAT Morphological Features'); |
---|
Note: See
TracBrowser
for help on using the repository browser.