The Spotfire.Dxp.Application.Calculations.DataRelationships namespace contains classes used to configure data relationships calculations.
            
            Classes
              | Class | Description | |
|---|---|---|
| 
                   | 
                DataRelationshipsCalculation | 
                   
            Given two sets of columns, an active filtering and a statistical method outputs a data table
            with correlations between the columns.
             
                 | 
              
| 
                   | 
                DataRelationshipsCalculationPropertyNames | 
                   
            Contains property name constants for the public properties of DataRelationshipsCalculation.
             
                 | 
              
| 
                   | 
                DataRelationshipsCalculationResults | 
                   
            Contains the output of a DataRelationshipsCalculation 
                 | 
              
| 
                   | 
                DataRelationshipsCalculationResultsPropertyNames | 
                   
            Contains property name constants for the public properties of DataRelationshipsCalculationResults.
             
                 | 
              
| 
                   | 
                DataRelationshipsCalculationSettings | 
                   
            Defines the input to a DataRelationshipsCalculation 
                 | 
              
| 
                   | 
                DataRelationshipsCalculationSettingsPropertyNames | 
                   
            Contains property name constants for the public properties of DataRelationshipsCalculationSettings.
             
                 | 
              
| 
                   | 
                DataRelationshipsColumnCollection | 
                   
            Represents a collection of DataColumns selected as input for a DataRelationshipsCalculation.
             
                 | 
              
Enumerations
              | Enumeration | Description | |
|---|---|---|
| 
                   | 
                ComparisonMethod | 
                   
            Used to select a statistical method in the data relationships calculation.
             
                 | 
              
| 
                   | 
                Measure | 
                   
            All possible output columns from the DataRelationshipsCalculation. Used to get a specific column from the
            TryGetColumn(Measure, DataColumn) method
             
                 |