Click or drag to resize

CategoricalEntailmentFeatureVariables Property

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

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IReadOnlyList<CategoricalVariable> FeatureVariables { get; }

Property Value

Type: IReadOnlyListCategoricalVariable
The list of feature variables about which this instance defines its FeaturePremises.
See Also