Click or drag to resize
Accord.NET (logo)

SimplificationCanEliminate Method (Boolean, Boolean)

Checks if two variables can be eliminated.

Namespace:  Accord.MachineLearning.DecisionTrees.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool CanEliminate(
	bool[] actual,
	bool[] expected
)
Request Example View Source

Parameters

actual
Type: SystemBoolean
expected
Type: SystemBoolean

Return Value

Type: Boolean
See Also