Class TaskCompletedEventArgs<T>
- Namespace
- AiDotNet.ContinualLearning.Interfaces
- Assembly
- AiDotNet.dll
Event arguments for task completion events.
public class TaskCompletedEventArgs<T> : TaskEventArgs
Type Parameters
T
- Inheritance
-
TaskCompletedEventArgs<T>
- Inherited Members
Constructors
TaskCompletedEventArgs(int, int, ContinualLearningResult<T>)
Initializes a new instance of the TaskCompletedEventArgs<T> class.
public TaskCompletedEventArgs(int taskId, int sampleCount, ContinualLearningResult<T> result)
Parameters
taskIdintsampleCountintresultContinualLearningResult<T>
Properties
Result
Gets the training result.
public ContinualLearningResult<T> Result { get; }