1 write to ProgressLim
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
560
ProgressLim
= new Double?[header.UnitNames.Count];
9 references to ProgressLim
Microsoft.ML.Core (9)
Data\ProgressReporter.cs (7)
86
for (int iDst = 0; iDst < entry.
ProgressLim
.Length && iSrc < n;)
91
entry.
ProgressLim
[iDst++] = lim;
180
progressLim.AddRange(rootEntry.
ProgressLim
);
189
progressLim.AddRange(entry.
ProgressLim
);
195
progressLim.CopyTo(jointEntry.
ProgressLim
);
527
ProgressLim
[index] = null;
539
ProgressLim
[index] = Double.IsNaN(lim) ? (Double?)null : lim;
Environment\ConsoleEnvironment.cs (2)
280
if (ev.ProgressEntry.
ProgressLim
[i] != null)
281
writer.Write("/{0}", ev.ProgressEntry.
ProgressLim
[i].Value);