ConfusionMatrixDetails

class oci.ai_language.models.ConfusionMatrixDetails(**kwargs)

Bases: object

confusion matrix details

Methods

__init__(**kwargs) Initializes a new ConfusionMatrixDetails object with values from keyword arguments.

Attributes

matrix Gets the matrix of this ConfusionMatrixDetails.
__init__(**kwargs)

Initializes a new ConfusionMatrixDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:matrix (dict(str, float)) – The value to assign to the matrix property of this ConfusionMatrixDetails.
matrix

Gets the matrix of this ConfusionMatrixDetails. confusion matrix data

Returns:The matrix of this ConfusionMatrixDetails.
Return type:dict(str, float)