Class: Google::Cloud::AutoML::V1beta1::TextSentimentEvaluationMetrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb

Overview

Model evaluation metrics for text sentiment problems.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec_id::Array<::String>

Returns Output only. The annotation spec ids used for this evaluation. Deprecated .

Returns:

  • (::Array<::String>)

    Output only. The annotation spec ids used for this evaluation. Deprecated .



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#confusion_matrix::Google::Cloud::AutoML::V1beta1::ClassificationEvaluationMetrics::ConfusionMatrix

Returns Output only. Confusion matrix of the evaluation. Only set for the overall model evaluation, not for evaluation of a single annotation spec.

Returns:



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#f1_score::Float

Returns Output only. The harmonic mean of recall and precision.

Returns:

  • (::Float)

    Output only. The harmonic mean of recall and precision.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#linear_kappa::Float

Returns Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.

Returns:

  • (::Float)

    Output only. Linear weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mean_absolute_error::Float

Returns Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.

Returns:

  • (::Float)

    Output only. Mean absolute error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mean_squared_error::Float

Returns Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.

Returns:

  • (::Float)

    Output only. Mean squared error. Only set for the overall model evaluation, not for evaluation of a single annotation spec.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#precision::Float

Returns Output only. Precision.

Returns:

  • (::Float)

    Output only. Precision.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quadratic_kappa::Float

Returns Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.

Returns:

  • (::Float)

    Output only. Quadratic weighted kappa. Only set for the overall model evaluation, not for evaluation of a single annotation spec.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#recall::Float

Returns Output only. Recall.

Returns:

  • (::Float)

    Output only. Recall.



79
80
81
82
# File 'proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb', line 79

class TextSentimentEvaluationMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end