FileDataModel.processLineWithoutID 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 processLineWithoutID(
	string line,
	FastByIDMap<FastIDSet> data,
	FastByIDMap<FastByIDMap<Nullable<DateTime>>> timestamps
)

Parameters

line
Type: System.String
data
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastIDSet>
timestamps
Type: NReco.CF.Taste.Impl.Common.FastByIDMap<FastByIDMap<Nullable<DateTime>>>
See Also