Class ConfusionMatrixDetails
confusion matrix details
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ConfusionMatrixDetailsProperties
Matrix
Declaration
[JsonProperty(PropertyName = "matrix")]
public Dictionary<string, double> Matrix { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, double> | confusion matrix data |