Click or drag to resize
Accord.NET (logo)

DecisionRuleEquals Method (DecisionRule)

Determines whether the specified DecisionRule is equal to this instance.

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

Parameters

other
Type: Accord.MachineLearning.DecisionTrees.RulesDecisionRule
The DecisionRule to compare with this instance.

Return Value

Type: Boolean
true if the specified DecisionRule is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also