IDmForecasting

Assembly: Ms;

Description

The IDmForecasting interface is used to execute the Forecasting data mining analysis.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAttributesDetails

          IDmForecasting

Comments

This type of analysis forecasts time series values.

Properties

  Property name Brief description
ForecastingMethod The ForecastingMethod property returns the method applied for values forecasting.
ForecastingPointsCount The ForecastingPointsCount property determines the number of forecasting periods.
Labels The Labels property determines data source field index, which values will be used as X axis labels.
Level The Level property determines calendar frequency of the time series, for which forecasting is executed.

Properties inherited from IDmAttributesDetails

  Property name Brief description
Attributes The Attributes property determines indexes of fields of the data source containing analysis factors.

Properties inherited from IDmMethodDetails

  Brief description
CrossValidation The CrossValidation property returns cross-validation settings.
DisplayName The DisplayName property returns method name.
InputDataSource The InputDataSource property determines a input data source.
StatMethod The StatMethod property returns parameters of a statistical method used in analysis.

See also:

Ms Assembly Interfaces