Click or drag to resize
Accord.NET (logo)

DecisionBranchNodeCollectionAttribute Property

Gets the attribute that is being used in this stage of the decision process, given by the current AttributeIndex

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

Property Value

Type: DecisionVariable
See Also