CategoricalEntailmentEnsembleClassifierFeatureVariables Property
Gets the categorical variables defining the
feature space whose items can be classified by
this instance.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public IReadOnlyList<CategoricalVariable> FeatureVariables { get; }
Public ReadOnly Property FeatureVariables As IReadOnlyList(Of CategoricalVariable)
Get
public:
property IReadOnlyList<CategoricalVariable^>^ FeatureVariables {
IReadOnlyList<CategoricalVariable^>^ get ();
}
member FeatureVariables : IReadOnlyList<CategoricalVariable> with get
Property Value
IReadOnlyListCategoricalVariable
The categorical variables defining the
feature space whose items can be classified by
this instance.