View Source GoogleApi.Language.V2.Model.XPSCorrelationStats (google_api_language v0.16.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.