source: prdatasets/cbands.m @ 133

Last change on this file since 133 was 132, checked in by bduin, 5 years ago
File size: 528 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
17prdatasets(mfilename,1);
18a = pr_dataset('cbands');
19a = setname(a,'Chromosome Bands');
Note: See TracBrowser for help on using the repository browser.