org.apache.mahout.cf.taste.impl.recommender
Class AllSimilarItemsCandidateItemsStrategy

java.lang.Object
  extended by org.apache.mahout.cf.taste.impl.recommender.AbstractCandidateItemsStrategy
      extended by org.apache.mahout.cf.taste.impl.recommender.AllSimilarItemsCandidateItemsStrategy
All Implemented Interfaces:
CandidateItemsStrategy, MostSimilarItemsCandidateItemsStrategy

public class AllSimilarItemsCandidateItemsStrategy
extends AbstractCandidateItemsStrategy

returns the result of ItemSimilarity.allSimilarItemIDs(long) as candidate items


Constructor Summary
AllSimilarItemsCandidateItemsStrategy(ItemSimilarity similarity)
           
 
Method Summary
 
Methods inherited from class org.apache.mahout.cf.taste.impl.recommender.AbstractCandidateItemsStrategy
getCandidateItems, getCandidateItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSimilarItemsCandidateItemsStrategy

public AllSimilarItemsCandidateItemsStrategy(ItemSimilarity similarity)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.