DataRelationshipsCalculation Class

Spotfire 14.3 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

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.DataCalculation
        Spotfire.Dxp.Application.CalculationsCalculationDataRelationshipsCalculationSettings, DataRelationshipsCalculationResults
          Spotfire.Dxp.Application.Calculations.DataRelationshipsDataRelationshipsCalculation

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

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

The DataRelationshipsCalculation type exposes the following members.

Properties

  NameDescription
Public propertyCalculationResults
Gets the CalculationResults implementation associated with this calculation.
(Inherited from CalculationTSettings, TResults.)
Public propertyCalculationSettings
Gets the CalculationSettings associated with this calculation.
(Inherited from CalculationTSettings, TResults.)
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsValid
Gets a value indicating whether or not this calculation can be calculated. A calculation may for example be invalid when vital dependencies are missing.
(Inherited from Calculation.)
Public propertyName
Gets the unique name of this calculation instance.
(Inherited from CalculationTSettings, TResults.)
Public propertyNeedsRefresh
Gets a value indicating whether or not this calculation needs refreshing (through a call to Execute) to make sure that its results are up-to-date.
(Inherited from Calculation.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyTypeId
Gets the type identifier for the Calculation.
(Inherited from Calculation.)
Public propertyUpdateBehavior
Gets the CalculationUpdateBehavior of the calculation.
(Inherited from Calculation.)
Top
Methods

  NameDescription
Public methodExecute
Execute the calculation. If the results exists they will updated - otherwise they will be created.
(Inherited from CalculationTSettings, TResults.)
Public methodExecute(CalculationExecutionPromptMode)
Execute the calculation. If the results exists they will updated - otherwise they will be created.
(Inherited from CalculationTSettings, TResults.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetName
Set the unique (within the CalculationCollection) name of this Calculation instance.
(Inherited from CalculationTSettings, TResults.)
Public methodToString
Returns a String that represents this instance.
(Inherited from Calculation.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference