Class FederatedTabularBenchmarkOptions
- Namespace
- AiDotNet.Configuration
- Assembly
- AiDotNet.dll
Configuration options for federated tabular benchmark suites.
public sealed class FederatedTabularBenchmarkOptions
- Inheritance
-
FederatedTabularBenchmarkOptions
- Inherited Members
Remarks
This groups dataset-specific options for tabular benchmarks under a single facade-facing configuration object.
For Beginners: Tabular benchmarks test models on spreadsheet-like data (rows and columns).
Properties
NonIid
Gets or sets options for the synthetic non-IID tabular suite.
public SyntheticTabularFederatedBenchmarkOptions? NonIid { get; set; }