Table of Contents

Class FederatedVisionBenchmarkOptions

Namespace
AiDotNet.Configuration
Assembly
AiDotNet.dll

Configuration options for federated vision benchmark suites.

public sealed class FederatedVisionBenchmarkOptions
Inheritance
FederatedVisionBenchmarkOptions
Inherited Members

Remarks

This groups dataset-specific options for vision benchmarks (for example, FEMNIST and CIFAR) under a single facade-facing configuration object.

For Beginners: Vision benchmarks test models on image-like data. You select a suite (enum) and provide the minimal dataset configuration here.

Properties

Cifar10

Gets or sets CIFAR-10 options (CIFAR binary files with synthetic federated partitioning).

public CifarFederatedBenchmarkOptions? Cifar10 { get; set; }

Property Value

CifarFederatedBenchmarkOptions

Cifar100

Gets or sets CIFAR-100 options (CIFAR-100 binary files with synthetic federated partitioning).

public CifarFederatedBenchmarkOptions? Cifar100 { get; set; }

Property Value

CifarFederatedBenchmarkOptions

Femnist

Gets or sets FEMNIST options (LEAF JSON split files).

public LeafFederatedBenchmarkOptions? Femnist { get; set; }

Property Value

LeafFederatedBenchmarkOptions