Table of Contents

Class BenchmarkCategoryResult

Namespace
AiDotNet.Benchmarking.Models
Assembly
AiDotNet.dll

Represents a category-level metric result for benchmarks that support category breakdowns.

public sealed class BenchmarkCategoryResult
Inheritance
BenchmarkCategoryResult
Inherited Members

Properties

Accuracy

Gets the category accuracy as a value between 0.0 and 1.0.

public double Accuracy { get; }

Property Value

double

Category

Gets the category name.

public string Category { get; }

Property Value

string