Click or drag to resize
Accord.NET (logo)

SimplificationCanEliminate Method (Boolean, Boolean, Double)

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 static bool CanEliminate(
	bool[] actual,
	bool[] expected,
	double alpha
)
Request Example View Source

Parameters

actual
Type: SystemBoolean
expected
Type: SystemBoolean
alpha
Type: SystemDouble

Return Value

Type: Boolean
See Also