Class BenchmarkDataSelectionSummary
- Namespace
- AiDotNet.Benchmarking.Models
- Assembly
- AiDotNet.dll
Summarizes how data was selected/sampled for a dataset-backed benchmark suite run.
public sealed class BenchmarkDataSelectionSummary
- Inheritance
-
BenchmarkDataSelectionSummary
- Inherited Members
Properties
CiMode
Gets whether CI mode was enabled for this run.
public bool CiMode { get; }
Property Value
ClientsUsed
Gets the number of clients/users included.
public int ClientsUsed { get; }
Property Value
FeatureCount
Gets the feature count for the aggregated dataset.
public int FeatureCount { get; }
Property Value
MaxSamplesPerUser
Gets the maximum samples per user applied (0 means not applied).
public int MaxSamplesPerUser { get; }
Property Value
Seed
Gets the seed used for deterministic sampling when applicable.
public int Seed { get; }
Property Value
TestSamplesUsed
Gets the number of aggregated test samples included.
public int TestSamplesUsed { get; }
Property Value
TrainSamplesUsed
Gets the number of aggregated training samples included.
public int TrainSamplesUsed { get; }