High Utility Data Mining with reduce of monotomy property

Hi All,

I have a retail data set from which need to find out high utility itemset without using sequential search.
-> there will be multiple items brought by customer in one transaction, but those may not yeild more profit

-> but in some cases, only one item may give good profit, so need to consider all transactions and items.

Any suggestions?

Regards,
raju

You can use joins for this.