Cloud AutoML V1beta1 Client - Class CorrelationStats (1.6.0)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class CorrelationStats.

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.

Generated from protobuf message google.cloud.automl.v1beta1.CorrelationStats

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cramers_v float

The correlation value using the Cramer's V measure.

getCramersV

The correlation value using the Cramer's V measure.

Returns
TypeDescription
float

setCramersV

The correlation value using the Cramer's V measure.

Parameter
NameDescription
var float
Returns
TypeDescription
$this