Movie Data Description


Movie.txt

This file contains the basic information of 1649 movies:
  ID                  Movie ID                                                
  NAME                Movie Name                                              
  ACTION              1 or 0. 
  ANIMATION           1 or 0. 
  CLASSIC             1 or 0. 
  COMEDY              1 or 0. 
  DRAMA               1 or 0. 
  FAMILY              1 or 0. 
  HORROR              1 or 0. 
  ROMANCE             1 or 0. 
  THRILLER            1 or 0. 

Person.txt

This file contains the basic information of 10776 voters.
  ID                  voter ID   
  AGE                 voter's age
  SEX       	      M / F      

Vote.txt

This file contains the data of all votes.
  PERSON_ID           voter's ID             
  MOVIE               movie's ID the vote for
  SCORE               0.0 - 1.0   
  WEIGHT              0.0 - 1.0   
Copyright 2000-2002. All rights reserved.