IDmAttributesDetails

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmAttributesDetails interface is used to work with factors used in data mining.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAttributesDetails

Comments

To access working with files, cast the object returned by the IDmMethod.Details property to the IDmAttributesDetails interface.

Properties

  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