Click or drag to resize
Accord.NET (logo)

AssociationRuleTMatches Method (SortedSetT)

Determines whether this rule can be applied to a given input.

Namespace:  Accord.MachineLearning.Rules
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Matches(
	SortedSet<T> input
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericSortedSetT
The set of elements (being bought, or processed).

Return Value

Type: Boolean
True, if this rule can be applied to the given set of inputs; false othersie.
See Also