Click or drag to resize
Accord.NET (logo)

DecisionTreeAttributes Property

Gets the collection of attributes processed by this tree.

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

Property Value

Type: DecisionVariableCollection
See Also