Table of Contents

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

bool

ClientsUsed

Gets the number of clients/users included.

public int ClientsUsed { get; }

Property Value

int

FeatureCount

Gets the feature count for the aggregated dataset.

public int FeatureCount { get; }

Property Value

int

MaxSamplesPerUser

Gets the maximum samples per user applied (0 means not applied).

public int MaxSamplesPerUser { get; }

Property Value

int

Seed

Gets the seed used for deterministic sampling when applicable.

public int Seed { get; }

Property Value

int

TestSamplesUsed

Gets the number of aggregated test samples included.

public int TestSamplesUsed { get; }

Property Value

int

TrainSamplesUsed

Gets the number of aggregated training samples included.

public int TrainSamplesUsed { get; }

Property Value

int