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
Category
Gets the category name.
public string Category { get; }