Click or drag to resize
Accord.NET (logo)

DecisionTreeViewCodebook Property

Gets or sets the codebook to be used when displaying the tree. Using a codebook avoids showing integer labels which may be difficult to interpret.

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

Property Value

Type: Codification
See Also