IDataModel GetItemIDs Method NReco.Recommender Class Library
Get all item IDs in the model

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

IEnumerator<long> GetItemIDs()

Return Value

Type: IEnumerator Int64 
IEnumerator of all item IDs in the model, in order
See Also