Click or drag to resize
Accord.NET (logo)

DecisionTreeViewTreeSource Property

Gets or sets the currently displayed Decision Tree.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DecisionTree TreeSource { get; set; }
Request Example View Source

Property Value

Type: DecisionTree
The decision tree being displayed.
See Also