Assembly: Ms;
The IMsDetermAggregationTransform interface contains properties and methods that determine parameters of aggregation, which is calculated as a determinate equation.
IMsDetermAggregationTransform
Property name | Brief description | |
AggregationExpr | The AggregationExpr property returns expression of aggregation. | |
AggregationExpression | The AggregationExpression property determines an expression for setting aggregation. | |
AggregationGroup | The AggregationGroup property determines a group of aggregation. | |
AggregationGroupParamID | The AggregationGroupParamID property determines an identifier for the parameter that is used to determine a group of aggregation. | |
AggregationOperands | The AggregationOperands property returns the collection of terms that are used to compile the expression of aggregation. | |
AgregationMethod | The AgregationMethod property determines an aggregation method. | |
CompositionRelevanceExpr | The CompositionRelevanceExpr property returns the expression that is used to calculate aggregation threshold. | |
CompositionRelevanceExpression | The CompositionRelevanceExpression property determines an expression that is used to calculate aggregation threshold. | |
CompositionRelevanceOperands | The CompositionRelevanceOperands property returns the collection of terms that are used to compile the expression calculating the aggregation threshold. | |
Level | The Level property determines whether the Level function should be used to calculate aggregation. | |
LevelRebaseDate | The LevelRebaseDate property determines the date for calculating the Level and Rebase functions. | |
MissingData | The MissingData property returns the object containing parameters for missing data treatment in the source data. | |
Rebase | The Rebase property determines whether the Rebase function is used during aggregation calculation. | |
Result | The Result property returns the term corresponding to output variable. | |
Threshold | The Threshold property determines the value that is used to calculate aggregation threshold. | |
WeightsExpr | The WeightsExpr property returns the expression that is used to set weights on aggregation calculation. | |
WeightsExpression | The WeightsExpression property determines weights for aggregation calculation. | |
WeightsOperands | The WeightsOperands property returns the collection of terms that are used to set aggregation weights. |
Property name | Brief description | |
CalculateSeries | The CalculateSeries property returns results of model calculation. | |
InversionInfo | The InversionInfo property returns parameters of initial transformation applied to variable. | |
ObservationsCount | The ObservationsCount property returns the number of model observations. | |
PeriodAlignment | The PeriodAlignment property returns type of model calculation relative to period. | |
Series | The Series property returns a set of available series used by current method in calculations. | |
StatMethod | The StatMethod property returns information on statistical method used for model calculation. | |
Summary | The Summary property returns summary statistics calculated for model. | |
SupportsR | The SupportsR property determines whether calculation by R is enabled. | |
Type | The Type property returns type of method used for model calculation. | |
UseR | The UseR property determines whether connection to R is used on method calculation. |
Method name | Brief description | |
Execute | The Execute method calculates model and returns calculation results. |
See also: