Click or drag to resize
Accord.NET (logo)

DecisionSetRemove Method

Removes a given rule from the set.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Remove(
	DecisionRule item
)
Request Example View Source

Parameters

item
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionRule
The DecisionRule to be removed.

Return Value

Type: Boolean
True if the rule was removed; false otherwise.
See Also