Click or drag to resize
Accord.NET (logo)

AntecedentInequality Operator

Implements the operator !=.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Antecedent a,
	Antecedent b
)
Request Example View Source

Parameters

a
Type: Accord.MachineLearning.DecisionTrees.RulesAntecedent
b
Type: Accord.MachineLearning.DecisionTrees.RulesAntecedent

Return Value

Type: Boolean
See Also