Click or drag to resize

CategoricalVariableCategoryLabels Property

Exposes the enumerator which iterates over the collection of category labels in the CategoricalVariable.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IEnumerable<string> CategoryLabels { get; }

Property Value

Type: IEnumerableString
The enumerable collection of category labels.
See Also