Last change
on this file since 80 was
80,
checked in by dtax, 11 years ago
|
Creator files for prtools datasets.
|
File size:
443 bytes
|
Rev | Line | |
---|
[80] | 1 | %CHROMO 1143 objects with 8 features in 24 classes |
---|
| 2 | % |
---|
| 3 | % A = CHROMO |
---|
| 4 | % |
---|
| 5 | % Load the dataset in A. The features are blob characteristics of |
---|
| 6 | % thresholded chromosomes. This technique is outdated. |
---|
| 7 | |
---|
| 8 | % Copyright: R.P.W. Duin, r.p.w.duin@prtools.org |
---|
| 9 | % Faculty EWI, Delft University of Technology |
---|
| 10 | % P.O. Box 5031, 2600 GA Delft, The Netherlands |
---|
| 11 | |
---|
| 12 | function a = chromo |
---|
| 13 | |
---|
| 14 | prdatasets(mfilename,1); |
---|
| 15 | a = prdataset('chromo'); |
---|
| 16 | a = setname(a,'Chromosome Features'); |
---|
Note: See
TracBrowser
for help on using the repository browser.