Click or drag to resize
Accord.NET (logo)

DecisionTreeToRules Method

Transforms the tree into a set of decision rules.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DecisionSet ToRules()
Request Example View Source

Return Value

Type: DecisionSet
A DecisionSet created from this tree.
See Also