So I've seen methods to have Mahout Taste recommend items for a user, such as: https://builds.apache.org/job/Mahout-Quality/javadoc/org/apache/mahout/cf/taste/recommender/Recommender.html#recommend(long, int)
Is there the equivalent for the opposite, where I want to find a set of users that can be recommended a product?
