Class: Google::Cloud::AutoML::V1beta1::CorrelationStats

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

Overview

A correlation statistics between two series of DataType values. The series may have differing DataType-s, but within a single series the DataType must be the same.

Instance Attribute Summary collapse

Instance Attribute Details

#cramers_v::Float

Returns The correlation value using the Cramer's V measure.

Returns:

  • (::Float)

    The correlation value using the Cramer's V measure.



220
221
222
223
# File 'proto_docs/google/cloud/automl/v1beta1/data_stats.rb', line 220

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