Click or drag to resize

CategoricalEntailmentEnsembleClassifierResponseVariable Property

Gets the response variable whose categories this instance exploits for classification.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public CategoricalVariable ResponseVariable { get; }

Property Value

Type: CategoricalVariable
The response variable whose categories this instance exploits for classification.
See Also