Show / Hide Table of Contents

Class ConfusionMatrixDetails

confusion matrix details

Inheritance
object
ConfusionMatrixDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ConfusionMatrixDetails

Properties

Matrix

Declaration
[JsonProperty(PropertyName = "matrix")]
public Dictionary<string, double> Matrix { get; set; }
Property Value
Type Description
Dictionary<string, double>

confusion matrix data

In this article
Back to top