Class EventStatistics<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Statistics for an event type.
public class EventStatistics<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
EventStatistics<T>
- Inherited Members
Properties
AverageConfidence
Gets or sets the average confidence across occurrences.
public T AverageConfidence { get; set; }
Property Value
- T
Count
Gets or sets the number of occurrences.
public int Count { get; set; }
Property Value
MaxConfidence
Gets or sets the maximum confidence.
public T MaxConfidence { get; set; }
Property Value
- T
TotalDuration
Gets or sets the total duration of all occurrences.
public double TotalDuration { get; set; }