2 writes to Index
Microsoft.ML.Core (2)
Data\ProgressReporter.cs (2)
592
Index
= index;
605
Index
= index;
5 references to Index
Microsoft.ML.Core (5)
Data\ProgressReporter.cs (1)
442
seen.Add(cur.
Index
);
Environment\ConsoleEnvironment.cs (4)
212
_out.Write("[{0}] ", ev.
Index
);
236
_out.Write("[{0}] ", ev.
Index
);
252
writer.WriteLine("[{0}] '{1}' started.", ev.
Index
, ev.Name);
257
writer.WriteLine("[{0}] '{1}' finished in {2}.", ev.
Index
, ev.Name, ev.EventTime - ev.StartTime);