SimilarItems Constructor NReco.Recommender Class Library
Initializes a new instance of the SimilarItems class

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

public SimilarItems(
	long itemID,
	List<IRecommendedItem> similarItems
)

Parameters

itemID
Type: System Int64
similarItems
Type: System.Collections.Generic List IRecommendedItem 
See Also