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[] itemIDs,
int howMany,
bool excludeItemIfNotSimilarToAll
)
List<IRecommendedItem> MostSimilarItems(
long[] itemIDs,
int howMany,
bool excludeItemIfNotSimilarToAll
)
Function MostSimilarItems (
itemIDs As Long(),
howMany As Integer,
excludeItemIfNotSimilarToAll As Boolean
) As List(Of IRecommendedItem)
Function MostSimilarItems (
itemIDs As Long(),
howMany As Integer,
excludeItemIfNotSimilarToAll As Boolean
) As List(Of IRecommendedItem)
List<IRecommendedItem^>^ MostSimilarItems(
array<long long>^ itemIDs,
int howMany,
bool excludeItemIfNotSimilarToAll
)
List<IRecommendedItem^>^ MostSimilarItems(
array<long long>^ itemIDs,
int howMany,
bool excludeItemIfNotSimilarToAll
)
abstract MostSimilarItems :
itemIDs : int64[] *
howMany : int *
excludeItemIfNotSimilarToAll : bool -> List<IRecommendedItem>
abstract MostSimilarItems :
itemIDs : int64[] *
howMany : int *
excludeItemIfNotSimilarToAll : bool -> List<IRecommendedItem>
Parameters
- itemIDs
- Type: System Int64
IDs of item for which to find most similar other items
- howMany
- Type: System Int32
desired number of most similar items to find
- excludeItemIfNotSimilarToAll
- Type: System Boolean
exclude an item if it is not similar to each of the input items
Return Value
Type:
List IRecommendedItem items most similar to the given items, ordered from most similar to least