I am trying to extent a simple collaborative filtering process to include returning only recommendations of items that contain a given set of category tags.
i.e. find me all films that are tagged with both comedy and horror.
Is this type of graph traversal possible becasue it would require a split in the path?
Could I user the All function to find the set of category tags and find if each one is connected to the item?


Reply With Quote
