Interface protos.google.cloud.automl.v1.ITextSentimentEvaluationMetrics (2.4.5)

Properties of a TextSentimentEvaluationMetrics.

Package

@google-cloud/automl!

Properties

confusionMatrix

confusionMatrix?: (google.cloud.automl.v1.ClassificationEvaluationMetrics.IConfusionMatrix|null);

TextSentimentEvaluationMetrics confusionMatrix

Property Value
TypeDescription
(google.cloud.automl.v1.ClassificationEvaluationMetrics.IConfusionMatrix|null)

f1Score

f1Score?: (number|null);

TextSentimentEvaluationMetrics f1Score

Property Value
TypeDescription
(number|null)

linearKappa

linearKappa?: (number|null);

TextSentimentEvaluationMetrics linearKappa

Property Value
TypeDescription
(number|null)

meanAbsoluteError

meanAbsoluteError?: (number|null);

TextSentimentEvaluationMetrics meanAbsoluteError

Property Value
TypeDescription
(number|null)

meanSquaredError

meanSquaredError?: (number|null);

TextSentimentEvaluationMetrics meanSquaredError

Property Value
TypeDescription
(number|null)

precision

precision?: (number|null);

TextSentimentEvaluationMetrics precision

Property Value
TypeDescription
(number|null)

quadraticKappa

quadraticKappa?: (number|null);

TextSentimentEvaluationMetrics quadraticKappa

Property Value
TypeDescription
(number|null)

recall

recall?: (number|null);

TextSentimentEvaluationMetrics recall

Property Value
TypeDescription
(number|null)