Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

input
Type: SystemDouble
An input vector.

Return Value

Type: Boolean
True if the input element at position Index compares to Value using Comparison; false otherwise.
See Also