DataRelationshipsCalculation Class TIBCO Spotfire 7.0 API Reference
Given two sets of columns, an active filtering and a statistical method outputs a data table with correlations between the columns.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data Calculation
        Spotfire.Dxp.Application.Calculations Calculation DataRelationshipsCalculationSettings, DataRelationshipsCalculationResults 
          Spotfire.Dxp.Application.Calculations.DataRelationships DataRelationshipsCalculation

Namespace: Spotfire.Dxp.Application.Calculations.DataRelationships
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(3, 0)]
public sealed class DataRelationshipsCalculation : Calculation<DataRelationshipsCalculationSettings, DataRelationshipsCalculationResults>
Remarks

Calculates statistical correlations between DataColumns using one of the methods given in ComparisonMethod, and outputs the results to a DataTable.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also