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

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

public Factorization(
	FastByIDMap<Nullable<int>> userIDMapping,
	FastByIDMap<Nullable<int>> itemIDMapping,
	double[][] userFeatures,
	double[][] itemFeatures
)

Parameters

userIDMapping
Type: NReco.CF.Taste.Impl.Common FastByIDMap Nullable Int32  
itemIDMapping
Type: NReco.CF.Taste.Impl.Common FastByIDMap Nullable Int32  
userFeatures
Type:   System Double  
itemFeatures
Type:   System Double  
See Also