ALSWRFactorizer itemFeaturesMapping Method NReco.Recommender Class Library

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

protected IDictionary<int, double[]> itemFeaturesMapping(
	IEnumerator<long> itemIDs,
	int numItems,
	double[][] featureMatrix
)

Parameters

itemIDs
Type: System.Collections.Generic IEnumerator Int64 
numItems
Type: System Int32
featureMatrix
Type:   System Double  

Return Value

Type: IDictionary Int32,  Double  
See Also