Click or drag to resize
Accord.NET (logo)

DecisionRuleIsInconsistentWith Method

Gets whether this rule and another rule have the same antecedents but different outputs.

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

Parameters

rule
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionRule

Return Value

Type: Boolean
True if the two rules are contradictory; false otherwise.
See Also