IDmForecasting

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.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

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

Properties inherited from IDmAttributesDetails

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

Properties inherited from IDmMethodDetails

  Brief description
The CrossValidation property returns cross-validation settings
The DisplayName property returns the method name.
The StatMethod property returns statistical method parameters used in analysis.

See also:

Ms Assembly Interfaces