BooleanUserPreferenceArray Constructor (List IPreference )NReco.Recommender Class Library
Initializes a new instance of the BooleanUserPreferenceArray class

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

public BooleanUserPreferenceArray(
	List<IPreference> prefs
)

Parameters

prefs
Type: System.Collections.Generic List IPreference 
See Also