1 write to Metrics
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
561
Metrics
= new Double?[header.MetricNames.Count];
9 references to Metrics
Microsoft.ML.Core (9)
Data\ProgressReporter.cs (7)
80
for (int iDst = 0; iDst < entry.
Metrics
.Length && iSrc < n;)
81
entry.
Metrics
[iDst++] = values[iSrc++];
181
metrics.AddRange(rootEntry.
Metrics
);
190
metrics.AddRange(entry.
Metrics
);
196
metrics.CopyTo(jointEntry.
Metrics
);
547
Contracts.Check(0 <= index && index <
Metrics
.Length);
548
Metrics
[index] = value;
Environment\ConsoleEnvironment.cs (2)
288
if (ev.ProgressEntry.
Metrics
[i] == null)
291
writer.Write("\t{0}: {1}", ev.ProgressEntry.Header.MetricNames[i], ev.ProgressEntry.
Metrics
[i].Value);