Class CurriculumPhaseCompletedEventArgs<T>
- Namespace
- AiDotNet.CurriculumLearning.Interfaces
- Assembly
- AiDotNet.dll
Event arguments for curriculum phase completion events.
public class CurriculumPhaseCompletedEventArgs<T> : CurriculumPhaseEventArgs<T>
Type Parameters
TThe numeric type.
- Inheritance
-
CurriculumPhaseCompletedEventArgs<T>
- Inherited Members
Constructors
CurriculumPhaseCompletedEventArgs(int, int, T, int, CurriculumPhaseResult<T>)
Initializes a new instance of the CurriculumPhaseCompletedEventArgs<T> class.
public CurriculumPhaseCompletedEventArgs(int phaseNumber, int totalPhases, T dataFraction, int sampleCount, CurriculumPhaseResult<T> result)
Parameters
phaseNumberinttotalPhasesintdataFractionTsampleCountintresultCurriculumPhaseResult<T>
Properties
Result
Gets the phase result.
public CurriculumPhaseResult<T> Result { get; }