Click or drag to resize

CategoricalVariableCategoryCodes Property

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

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

Property Value

Type: IEnumerableDouble
The enumerable collection of category codes.
See Also