Hi, all experts here,
Thanks for your kind attention.
I want to filter the itemsets or rules based on more than 2 attributes, how can we achieve that? (I can only filter them by only one attribute?). Is it possible to achieve that?
Thanks a lot and I am looking forward to hearing from you shortly.
With best regards,
Yours sincerely,
The filter actually can specify a regular expression, using the .Net language for regular expressions (the RegEx class).
Assume that you want any items set that include the Helmets and Fenders attributes, in any order
Here is an example of such filter:
((.*Helmets.*Fenders.*)|(.*Fenders.*Helmets.*))|||Hi, are you saying this can be achieved in the association rules viewer?
Thanks.
|||Yes. In the filter, type directly the regular expression|||Hi, Bogdan,
Thanks a lot.
Best regards,
No comments:
Post a Comment