Alright, computer science majors, help needed:
A simple clustering algorythm; objects have tags assigned to them. How do I figure out which tags are “relate”, in other words, if given a tag, which other tags have been used to tag the same movies?
It needs to be efficient in MySQL, and the tables look like this:
objects (id, …)
tags2objects (tagid, objectid)
tags (id, …)
February 10th, 2005 at 6:19 pm
Peter and Peter,
I think you are working on the same thing…
http://poorbuthappy.com/ease/archives/2005/02/10/2508/
http://blog.forret.com/blog/2005/02/folksonomizer-generic-folksonomy.html