CategoricalEntailmentFeatureVariables Property

Gets the list of feature variables about which this instance defines its FeaturePremises.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public IReadOnlyList<CategoricalVariable> FeatureVariables { get; }

Property Value

IReadOnlyListCategoricalVariable
The list of feature variables about which this instance defines its FeaturePremises.

See Also