DataRelationshipsCalculation Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also