I'm trying to predict related videos to a video,
is that possible in weka?
the database takes the following structrue:
video_id,catygory,keywords,related_videos_ids
a single keywords field might have many values (for ex: stackoverflow, predict, videos),so the related_videos (the video could have more than one related video).
The related videos depend on catygory an keywords
what's the way to do that in weka?? any ideas?