1 write to Rows
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
236Rows = rows;
8 references to Rows
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderParser.cs (8)
264_values = new TResult[Rows.Count]; 285int index = Rows.Index; 286Contracts.Assert(-1 <= index && index < Rows.Count); 447_values = new VectorValue[Rows.Count]; 469int index = Rows.Index; 470Contracts.Assert(-1 <= index && index < Rows.Count); 1435v.Rows.Stats.LogBadValue(line, info.Name, indexBase + srcCur); 1471v.Rows.Stats.LogBadValue(line, info.Name);