CategoricalEntailmentEnsembleClassifierFeatureVariables Property

Gets the categorical variables defining the feature space whose items can be classified by this instance.

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 categorical variables defining the feature space whose items can be classified by this instance.

See Also