|
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
)
Public Function Matches (
input As SortedSet(Of T)
) As Boolean
Request Example
View SourceParameters
- input
- Type: System.Collections.GenericSortedSetT
The set of elements (being bought, or processed).
Return Value
Type:
BooleanTrue, if this rule can be applied to the given set of inputs; false othersie.
See Also