source: prdatasets/malaysia.m @ 92

Last change on this file since 92 was 81, checked in by bduin, 11 years ago
File size: 460 bytes
Line 
1%MALAYSIA 291 objects with 8 features in 20 classes
2%
3%       A = MALAYSIA
4%
5% Load the dataset in A. This dataset concerns simple measurements on
6% segments of utility symbols.
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 5038, 2600 GA Delft, The Netherlands
13
14function a = malaysia;
15
16prdatasets(mfilename,1);
17a = pr_dataset('malaysia');
18a = setname(a,'Malaysia Data');
Note: See TracBrowser for help on using the repository browser.