Click or drag to resize

CategoricalEntailmentEnsembleClassifierFeatureVariables Property

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

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