source: prdatasets/cbands.m

Last change on this file was 150, checked in by bduin, 5 years ago
File size: 494 bytes
Line 
1%CBANDS 12000 objects with 30 features in 24 classes
2%
3%       A = CBANDS
4%
5% Load the dataset in A. These are resampled human chromosome banding
6% profiles, such that each chromosome is represented by 30 samples. Note
7% that these techniques are almost not used anymore.
8%
9% See also DATASETS, PRDATASETS
10
11% Copyright: R.P.W. Duin
12% Faculty EWI, Delft University of Technology
13% P.O. Box 5031, 2600 GA Delft, The Netherlands
14
15function a = cbands
16
17a = pr_getdata;
18a = setname(a,'Chromosome Bands');
Note: See TracBrowser for help on using the repository browser.