|
AntecedentMatch Method
|
Checks if this antecedent applies to a given input.
Namespace:
Accord.MachineLearning.DecisionTrees.Rules
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool Match(
double[] input
)
Public Function Match (
input As Double()
) As Boolean
Request Example
View SourceParameters
- input
- Type: SystemDouble
An input vector.
Return Value
Type:
BooleanTrue if the input element at position
Index
compares to
Value using
Comparison; false
otherwise.
See Also