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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/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_vFloat

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

Returns:

  • (Float)

    The correlation value using the Cramer's V measure.



156
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/data_stats.rb', line 156

class CorrelationStats; end