|
DecisionNodeCompute Method (Int32)
|
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(
int x
)
Public Function Compute (
x As Integer
) As Boolean
Request Example
View SourceParameters
- x
- Type: SystemInt32
The value x.
Return Value
Type:
Booleantrue if the value satisfies this node's
condition; otherwise,
false.
See Also