Click or drag to resize
Accord.NET (logo)

Simplification Constructor

Initializes a new instance of the Simplification class.

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

Parameters

list
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionSet
The decision set to be simplified.
See Also