FileDataModel.processFileWithoutID Method NReco.Recommender Class Library

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

protected void processFileWithoutID(
	TextReader dataOrUpdateFileIterator,
	FastByIDMap<FastIDSet> data,
	FastByIDMap<FastByIDMap<Nullable<DateTime>>> timestamps
)

Parameters

dataOrUpdateFileIterator
Type: System.IO.TextReader
data
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastIDSet>
timestamps
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastByIDMap<Nullable<DateTime>>>
See Also