|
DecisionNodeCompute Method (Double)
|
Computes whether a value satisfies
the condition imposed by this node.
Namespace:
Accord.MachineLearning.DecisionTrees
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool Compute(
double x
)
Public Function Compute (
x As Double
) As Boolean
Request Example
View SourceParameters
- x
- Type: SystemDouble
The value x.
Return Value
Type:
Booleantrue if the value satisfies this node's
condition; otherwise,
false.
See Also