Click or drag to resize
Accord.NET (logo)

DecisionVariableNature Property

Gets the nature of the attribute (i.e. real-valued or discrete-valued).

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionVariableKind Nature { get; set; }
Request Example View Source

Property Value

Type: DecisionVariableKind
See Also