GetAssociationScores method
Overview
Computes a set of association scores for each pair of fields between two given tables that have been loaded in an app.
When a table contains some synthetic keys, all fields in the synthetic key tables are analyzed against fields in other tables. To denote that a field is a synthetic key, the field name is prefixed by [Synthetic Key]:.
Parameters
Name | Description | Type |
---|---|---|
qTable1 | Name of the first table. | String |
qTable2 | Name of the second table. | String |
Outputs
The following is returned in the output:
Name | Description | Type |
---|---|---|
qScore | Array of computed scores. | Array of AssociationScore |