Class: Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/column_spec.rb
Overview
Identifies the table's column, and its correlation with the column this ColumnSpec describes.
Instance Attribute Summary collapse
-
#column_spec_id ⇒ ::String
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
-
#correlation_stats ⇒ ::Google::Cloud::AutoML::V1beta1::CorrelationStats
Correlation between this and the in-context column.
Instance Attribute Details
#column_spec_id ⇒ ::String
Returns The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
69 70 71 72 |
# File 'proto_docs/google/cloud/automl/v1beta1/column_spec.rb', line 69 class CorrelatedColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#correlation_stats ⇒ ::Google::Cloud::AutoML::V1beta1::CorrelationStats
Returns Correlation between this and the in-context column.
69 70 71 72 |
# File 'proto_docs/google/cloud/automl/v1beta1/column_spec.rb', line 69 class CorrelatedColumn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |