Guest User

Untitled

a guest
Nov 20th, 2013
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.75 KB | None | 0 0
  1. @relation breast-cancer
  2. @attribute age {'10-19','20-29','30-39','40-49','50-59','60-69','70-79','80-89','90-99'}
  3. @attribute menopause {'lt40','ge40','premeno'}
  4. @attribute tumor-size {'0-4','5-9','10-14','15-19','20-24','25-29','30-34','35-39','40-44','45-49','50-54','55-59'}
  5. @attribute inv-nodes {'0-2','3-5','6-8','9-11','12-14','15-17','18-20','21-23','24-26','27-29','30-32','33-35','36-39'}
  6. @attribute node-caps {'yes','no'}
  7. @attribute deg-malig {'1','2','3'}
  8. @attribute breast {'left','right'}
  9. @attribute breast-quad {'left_up','left_low','right_up','right_low','central'}
  10. @attribute 'irradiat' {'yes','no'}
  11. @attribute 'Class' {'no-recurrence-events','recurrence-events'}
  12. @data
  13. '60-69','ge40','10-14','0-2','yes','2','right','right_up','yes',''
  14. %
  15. %
  16. %
Advertisement
Add Comment
Please, Sign In to add comment