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