1 implementation of IProgressEntry
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
484public sealed class ProgressEntry : IProgressEntry
10 references to IProgressEntry
Microsoft.ML.Core (9)
Data\IProgressChannel.cs (2)
49/// <param name="fillAction">The delegate to provide actual progress. The <see cref="IProgressEntry"/> parameter of 51void SetHeader(ProgressHeader header, Action<IProgressEntry> fillAction);
Data\ProgressReporter.cs (7)
31private Tuple<ProgressHeader, Action<IProgressEntry>> _headerAndAction; 62_headerAndAction = Tuple.Create<ProgressHeader, Action<IProgressEntry>>(new ProgressHeader(null), null); 66public void SetHeader(ProgressHeader header, Action<IProgressEntry> fillAction) 218private Tuple<ProgressHeader, Action<IProgressEntry>> _headerAndAction; 246_headerAndAction = Tuple.Create<ProgressHeader, Action<IProgressEntry>>(new ProgressHeader(null), null); 260public void SetHeader(ProgressHeader header, Action<IProgressEntry> fillAction) 482/// An array-backed implementation of <see cref="IProgressEntry"/>.
Microsoft.ML.StandardTrainers (1)
Optimizer\Optimizer.cs (1)
616(Action<IProgressEntry>)(e =>