Table of Contents

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

T

The 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

phaseNumber int
totalPhases int
dataFraction T
sampleCount int
result CurriculumPhaseResult<T>

Properties

Result

Gets the phase result.

public CurriculumPhaseResult<T> Result { get; }

Property Value

CurriculumPhaseResult<T>