Get list of most similar items
Namespace: NReco.CF.Taste.RecommenderAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
List<IRecommendedItem> MostSimilarItems(
long itemID,
int howMany
)
List<IRecommendedItem> MostSimilarItems(
long itemID,
int howMany
)
Function MostSimilarItems (
itemID As Long,
howMany As Integer
) As List(Of IRecommendedItem)
Function MostSimilarItems (
itemID As Long,
howMany As Integer
) As List(Of IRecommendedItem)
List<IRecommendedItem^>^ MostSimilarItems(
long long itemID,
int howMany
)
List<IRecommendedItem^>^ MostSimilarItems(
long long itemID,
int howMany
)
abstract MostSimilarItems :
itemID : int64 *
howMany : int -> List<IRecommendedItem>
abstract MostSimilarItems :
itemID : int64 *
howMany : int -> List<IRecommendedItem>
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