GenericItemSimilarity Constructor (IItemSimilarity, IDataModel, Int32)NReco.Recommender Class Library
Initializes a new instance of the GenericItemSimilarity class

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

public GenericItemSimilarity(
	IItemSimilarity otherSimilarity,
	IDataModel dataModel,
	int maxToKeep
)
See Also