Enum CategoryRelation
Represents the relationship between categories.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum CategoryRelation : int
Fields
Name | Description |
---|---|
Continuous | May be used to identify both interval and ratio classification levels, when more precise information is not available. |
Interval | The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared. |
Nominal | A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete. |
Ordinal | The categories in the domain have a rank order. |
Ratio | The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers. |
Unspecified | Unspecified relationship. |