Guest User

Untitled

a guest
Mar 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. @relation Basketball-positions
  2. @attribute 'points' numeric
  3. @attribute 'rebounds' numeric
  4. @attribute 'assists' numeric
  5. @attribute 'blocks' numeric
  6. @attribute 'steals' numeric
  7. @attribute 'turnovers' numeric
  8. @attribute 'fouls' numeric
  9. @attribute '3P%' numeric
  10. @attribute 'FG%' numeric
  11. @attribute 'Type' { 'point-guard', 'shooting-guard', 'small-forward', 'power-forward', 'center'}
  12. @data
  13. 22.9,6.5,8.1,0.3,1.7,4.0,2.4,0.31,0.435,'point-guard'
  14. 18.7,4.5,9.8,0.1,2.3,2.4,2.5,0.372,0.466,'point-guard'
  15. 23.1,4.4,6.8,0.2,1.8,3.2,2.5,0.436,0.477,'point-guard'
  16. 10.5,4.8,8.5,0.1,1.7,2.8,2.2,0.31,0.463,'point-guard'
  17. 14.3,3.0,8.5,0.1,0.7,2.9,1.6,0.428,0.49,'point-guard'
  18. 22.0,3.4,5.5,0.3,1.3,2.7,2.2,0.388,0.462,'point-guard'
  19. 25.0,5.2,4.7,0.5,1.4,3.0,2.5,0.329,0.447,'shooting-guard'
  20. 22.9,5.0,6.0,0.5,1.5,3.4,2.5,0.365,0.443,'shooting-guard'
  21. 19.2,3.4,2.3,0.5,0.9,1.7,2.2,0.422,0.458,'shooting-guard'
  22. 18.9,4.1,3.4,0.2,1.1,2.1,2.2,0.4,0.452,'shooting-guard'
  23. 22.6,3.5,4.8,0.9,1.6,3.2,2.3,0.288,0.483,'shooting-guard'
  24. 18.2,3.0,3.0,0.2,1.1,1.7,2.0,0.395,0.471,'shooting-guard'
  25. 27.1,7.3,7.1,0.8,1.6,3.5,1.8,0.344,0.503,'small-forward'
  26. 27.1,7.1,3.9,1.1,1.2,3.2,1.9,0.384,0.49,'small-forward'
  27. 12.6,5.2,4.4,0.5,1.5,2.0,1.8,0.333,0.465,'small-forward'
  28. 18.6,6.2,3.5,0.4,1.7,2.6,2.7,0.377,0.433,'small-forward'
  29. 16.3,6.2,2.3,0.7,1.8,1.4,1.7,0.386,0.495,'small-forward'
  30. 15.0,6.1,2.3,0.5,1.0,1.6,1.7,0.332,0.455,'small-forward'
  31. 19.0,10.8,3.0,2.2,0.7,2.4,2.4,0.179,0.506,'power-forward'
  32. 23.2,10.3,1.9,2.4,1.3,1.8,2.4,0.310,0.517,'power-forward'
  33. 9.3,6.9,4.5,1.1,1.4,1.9,2.8,0.327,0.438,'power-forward'
  34. 17.8,7.1,1.3,2.0,0.7,1.8,3.2,0.360,0.437,'power-forward'
  35. 19.2,8.5,2.0,1.0,0.8,2.0,2.4,0.335,0.494,'power-forward'
  36. 17.8,10.0,3.7,1.4,1.3,2.2,2.4,0.275,0.497,'power-forward'
  37. 23.7,10.9,2.5,2.3,0.6,2.7,3.4,0.045,0.582,'center'
  38. 18.3,11.3,2.3,0.5,0.7,1.9,2.1,0.368,0.444,'center'
  39. 9.4,10.6,0.7,1.7,0.6,1.3,2.7,0.091,0.674,'center'
  40. 13.7,11.5,0.5,2.5,0.6,1.7,2.6,0.178,0.578,'center'
  41. 13.5,13.3,1.1,1.5,1.3,1.7,3.1,0.192,0.545,'center'
  42. 10.0,6.3,1.3,1.7,0.4,1.6,3.1,0.25,0.465,'center'
Add Comment
Please, Sign In to add comment