IItemBasedRecommender MostSimilarItems Method (Int64, Int32)NReco.Recommender Class Library
Get list of most similar items

Namespace: NReco.CF.Taste.Recommender
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

List<IRecommendedItem> MostSimilarItems(
	long itemID,
	int howMany
)

Parameters

itemID
Type: System Int64
ID of item for which to find most similar other items
howMany
Type: System Int32
desired number of most similar items to find

Return Value

Type: List IRecommendedItem 
items most similar to the given item, ordered from most similar to least
See Also