Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmField interface is used to work with a data source field.
IDmField
To get data source field, use the IDmDataSource.Field property.
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: