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