Implementations of this interface define a notion of the trust value between two users and the
trust value is calculated based on the similarity of their tagged items.
Implementations of this interface define a notion of the trust value between two users and the
trust value is calculated based on the similarity of their user profiles.
This is an injector for the type of RecommenderWraper
The injected wrapper will recommend items using the Trust Propagation based algorithm
The Trust Propagation based algorithm first calculate the user similarity using the SimTrust algorithm,
then it can form a trust network graph and the Tidal Trust algorithm will use it to find user's neighbours