Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. @relation ladygaga
  2.  
  3. @attribute placement {end_rack, cd_spec, std_rack}
  4. @attribute prominence numeric
  5. @attribute pricing numeric
  6. @attribute eye_level {TRUE, FALSE}
  7. @attribute customer_purchase {yes, no}
  8.  
  9. @data
  10. end_rack,85,85,FALSE,yes
  11. end_rack,80,90,TRUE,yes
  12. cd_spec,83,86,FALSE,no
  13. std_rack,70,96,FALSE,no
  14. std_rack,68,80,FALSE,no
  15. std_rack,65,70,TRUE,yes
  16. cd_spec,64,65,TRUE,yes
  17. end_rack,72,95,FALSE,yes
  18. end_rack,69,70,FALSE,no
  19. std_rack,75,80,FALSE,no
  20. end_rack,75,70,TRUE,no
  21. cd_spec,72,90,TRUE,no
  22. cd_spec,81,75,FALSE,yes
  23. std_rack,71,91,TRUE,yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement