Uses of Interface
org.apache.mahout.cf.taste.neighborhood.UserNeighborhood

Packages that use UserNeighborhood
org.apache.mahout.cf.taste.impl.neighborhood   
org.apache.mahout.cf.taste.impl.recommender   
 

Uses of UserNeighborhood in org.apache.mahout.cf.taste.impl.neighborhood
 

Classes in org.apache.mahout.cf.taste.impl.neighborhood that implement UserNeighborhood
 class CachingUserNeighborhood
          A caching wrapper around an underlying UserNeighborhood implementation.
 class NearestNUserNeighborhood
           Computes a neighborhood consisting of the nearest n users to a given user.
 class ThresholdUserNeighborhood
           Computes a neigbhorhood consisting of all users whose similarity to the given user meets or exceeds a certain threshold.
 

Constructors in org.apache.mahout.cf.taste.impl.neighborhood with parameters of type UserNeighborhood
CachingUserNeighborhood(UserNeighborhood neighborhood, DataModel dataModel)
           
 

Uses of UserNeighborhood in org.apache.mahout.cf.taste.impl.recommender
 

Constructors in org.apache.mahout.cf.taste.impl.recommender with parameters of type UserNeighborhood
GenericBooleanPrefUserBasedRecommender(DataModel dataModel, UserNeighborhood neighborhood, UserSimilarity similarity)
           
GenericUserBasedRecommender(DataModel dataModel, UserNeighborhood neighborhood, UserSimilarity similarity)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.