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 | |
---|
15 | function a = cbands |
---|
16 | |
---|
17 | a = pr_getdata; |
---|
18 | a = setname(a,'Chromosome Bands'); |
---|
Note: See
TracBrowser
for help on using the repository browser.