Hi Sam,

You could use a custom implementation of ItemSimilarity that looks at
content-specific properties to compute the similarity. In an onlineshop you
would for example compare properties like price, manufacturer or color of
products. While the quality of the results might not be very high with this
approach, it's still better than showing nothing.

--sebastian

2010/9/26 Sam Yang <[email protected]>

> GenericItemBasedRecommender.mostSimilarItems() need item preference data,if
> there is no preference data at start,Is there some way to get similar
> items.
> I integrated the recommendation engine to store,but at start there is no
> enough preference data,but we need to show recommendations for  users,so I
> want to find some similar
> items of the tem user open.
>
> On Thu, Sep 23, 2010 at 11:46 PM, Sean Owen <[email protected]> wrote:
>
> > Yes, try GenericItemBasedRecommender.mostSimilarItems()
> >
> > On Thu, Sep 23, 2010 at 4:43 PM, Sam Yang <[email protected]> wrote:
> > > All:
> > >  Can I get similar items of one item? I know ItemSimilarity is used to
> > > compute the similarity between items,but seems can't get similar items
> of
> > > one item.
> > >
> > > Best Regards.
> > >
> > > --
> > > I'm samsam.
> > >
> >
>
>
>
> --
> I'm samsam.
>

Reply via email to