1 write to _stats
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
936
_stats
= stats;
8 references to _stats
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderParser.cs (8)
994
_stats
.LogBadFmt(ref scan, "Illegal quoting");
1032
_stats
.LogBadFmt(ref scan, "Illegal quoting");
1039
_stats
.LogBadFmt(ref scan, "Non-sparse formatted value follows sparse formatted value");
1063
_stats
.LogBadFmt(ref scan, "Missing dimensionality or ambiguous sparse item. Use sparse=- for non-sparse file, and/or quote the value.");
1068
_stats
.LogBadFmt(ref scan, "Missing dimensionality or ambiguous sparse item. Use sparse=- for non-sparse file, and/or quote the value.");
1076
_stats
.LogBadFmt(ref scan, "Bad dimensionality or ambiguous sparse item. Use sparse=- for non-sparse file, and/or quote the value.");
1107
_stats
.LogBadFmt(ref scan, "Sparse item index larger than expected. Is the specified size incorrect?");
1116
_stats
.LogBadFmt(ref scan, "Sparse indices out of order");