Advertisement
pvtpeter

arff

Apr 24th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. @relation projects
  2.  
  3. @attribute lloc numeric
  4. @attribute nid numeric
  5. @attribute nle numeric
  6. @attribute nel numeric
  7. @attribute nip numeric
  8. @attribute activites numeric
  9. @attribute inside-permissions numeric
  10. @attribute outside-permissions numeric
  11. @attribute all-permissions numeric
  12. @attribute class {4, 4.6, 3.8, 2.6. 5, 3.2, 3.6, 4.2, 4.1}
  13.  
  14. @data
  15. 4919,364,201,699,48,32,30,23,7,4
  16. 226,62,31,78,15,3,3,3,0,4.6
  17. 639,65,56,105,25,16,42,42,0,3.8
  18. 1289,132,65,224,100,10,2,2,0,4.6
  19. 345,28,27,61,15,3,6,6,0,3.8
  20. 578,96,87,201,44,17,1,1,0,2.6
  21. 54,6,3,8,4,1,4,4,0,5
  22. 528,35,24,72,10,4,2,2,0,3.2
  23. 93,5,11,20,0,3,2,2,0,3.6
  24. 399,13,15,60,3,2,5,3,2,4.2
  25. 307,103,28,133,19,2,9,8,1,4.1
  26. 601,45,36,88,12,10,4,4,0,4.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement