GoogleApi.Language.V1.Model.XPSCorrelationStats (google_api_language v0.16.3)

View Source

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.

Attributes

  • cramersV (type: float(), default: nil) - The correlation value using the Cramer's V measure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSCorrelationStats{cramersV: float() | nil}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.