Click or drag to resize
Accord.NET (logo)

DecisionSetFromDecisionTree Method

Creates a new DecisionSet from a DecisionTree.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static DecisionSet FromDecisionTree(
	DecisionTree tree
)
Request Example View Source

Parameters

tree
Type: Accord.MachineLearning.DecisionTreesDecisionTree
A DecisionTree.

Return Value

Type: DecisionSet
A DecisionSet that is completely equivalent to the given tree
See Also