Show / Hide Table of Contents

Class ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric

Inheritance
System.Object
ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class PerformanceMetric : object

Properties

| Improve this Doc View Source

ConfidenceInterval

Declaration
public ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric.PerformanceMetricConfidenceInterval ConfidenceInterval { get; set; }
Property Value
Type Description
ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric.PerformanceMetricConfidenceInterval
| Improve this Doc View Source

Slice

Declaration
public string Slice { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX