1 write to _ch
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
155
_ch
= provider.Start("ParseStats");
11 references to _ch
Microsoft.ML.Data (11)
DataLoadSave\Text\TextLoaderParser.cs (11)
157
_ch
.Assert(cref > 0);
165
_ch
.Assert(n >= 0);
171
_ch
.Info("Processed {0} rows with {1} bad values and {2} format errors",
174
_ch
.Dispose();
188
_ch
.Info(MessageSensitivity.Schema, " Bad value at line {0} in column {1} at slot {2}", line, colName, slot);
190
_ch
.Info(" Suppressing further bad value messages");
199
_ch
.Info(MessageSensitivity.Schema, " Bad value at line {0} in column {1}", line, colName);
201
_ch
.Info(" Suppressing further bad value messages");
214
_ch
.Warning("Format error at {0}({1},{2})-({1},{3}): {4}",
218
_ch
.Warning("Format error: {0}", msg);
220
_ch
.Warning("Suppressing further format error messages");