|
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
)
Public Shared Function CanEliminate (
actual As Boolean(),
expected As Boolean(),
alpha As Double
) As Boolean
Request Example
View SourceParameters
- actual
- Type: SystemBoolean
- expected
- Type: SystemBoolean
- alpha
- Type: SystemDouble
Return Value
Type:
BooleanSee Also