Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix.
Confusion matrix of the model running the classification. Only applicable when the metrics entry aggregates multiple labels. Not applicable when the entry is for a single label.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#row
def row() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row>
Returns
#row=
def row=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row>
Parameter
- value (::Array<::Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::Row>)
Returns