IDmField

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmField interface is used to work with a data source field.

Inheritance Hierarchy

          IDmField

Comments

To get data source field, use the IDmDataSource.Field property.

Properties

  Property name Brief description
The BinningType property determines a calculation method of the Binning procedure.
The CategoriesCount property determines the number of categories, into which data should be split.
The DataSource property returns the data source, to which the field belongs.
The ExplanatoryType property determines factor type impacting the attribute being analyzed.
The FieldType property determines a field data type.
The Index property returns field index.
The IsNumerical property returns whether the field contains numeric data.
The Name property returns field name.
The NonEmptyCount property returns the number of non-empty values in the field.
The TreatNanAsCategory property determines whether missing data is the particular category.

See also:

Ms Assembly Interfaces