edu.qut.cs.rcmd.core.alg.simtrust
Interface TagRepresentationProvider

All Known Implementing Classes:
BasicTagRepresentationProvider

public interface TagRepresentationProvider

Implementations of this interface define a notion of the tag representation. A tag representation is a user profile which can be used for the SimTrust algorithm


Method Summary
 Map<String,Map<String,Double>> getUserTagRepresentation(long userId)
          Get the tag representation of a specific user
 

Method Detail

getUserTagRepresentation

Map<String,Map<String,Double>> getUserTagRepresentation(long userId)
Get the tag representation of a specific user

Parameters:
userId - The user ID of the user
Returns:
The tag representation of the user


Copyright © 2012. All Rights Reserved.