Show / Hide Table of Contents

Class ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric

Inheritance
object
ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric

Properties

| Edit this page View Source

ConfidenceInterval

Declaration
[ProtoMember(4)]
public ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric.PerformanceMetricConfidenceInterval ConfidenceInterval { get; set; }
Property Value
Type Description
ModelCard.ModelCardQuantitativeAnalysis.PerformanceMetric.PerformanceMetricConfidenceInterval
| Edit this page View Source

Slice

Declaration
[ProtoMember(3)]
public string Slice { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Type

Declaration
[ProtoMember(1)]
public string Type { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Value

Declaration
[ProtoMember(2)]
public string Value { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX