org.apache.mahout.cf.taste.recommender
Interface MostSimilarItemsCandidateItemsStrategy

All Known Implementing Classes:
AbstractCandidateItemsStrategy, AllSimilarItemsCandidateItemsStrategy, AllUnknownItemsCandidateItemsStrategy, PreferredItemsNeighborhoodCandidateItemsStrategy, SamplingCandidateItemsStrategy

public interface MostSimilarItemsCandidateItemsStrategy

Used to retrieve all items that could possibly be similar


Method Summary
 FastIDSet getCandidateItems(long[] itemIDs, DataModel dataModel)
           
 

Method Detail

getCandidateItems

FastIDSet getCandidateItems(long[] itemIDs,
                            DataModel dataModel)
                            throws TasteException
Throws:
TasteException


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