Last active
April 13, 2016 16:44
-
-
Save GiovanniBalestrieri/c89771559bb6306f423e7d5c59daf850 to your computer and use it in GitHub Desktop.
Example of ARFF file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@relation trainingSet-weka.filters.unsupervised.attribute.Remove-R2 | |
@attribute titleAffinity integer | |
@attribute genre string | |
@attribute category string | |
@attribute director integer | |
@attribute actor1 integer | |
@attribute actor2 integer | |
@attribute imageFeature1 integer | |
@attribute imageFeature2 integer | |
@attribute imageFeature3 integer | |
@attribute imageFeature4 integer | |
@attribute class {yes,no} | |
@data | |
1,"Fantasy","final_cinema_event",612578,784652,412593,1,1,0,0,yes | |
0,"Animazione","final_cinema_event",665355,765651,412593,1,1,0,1,yes | |
0,"Drammatico","final_cinema_event",748987,475122,412593,0,1,1,0,no | |
1,"Commedia","final_cinema_event",326814,448159,456148,1,1,0,1,yes | |
0,"Commedia","final_cinema_event",778845,784652,787974,0,0,1,0,no | |
1,"Biografia","final_cinema_event",998511,475122,143153,0,0,1,0,no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment