How to apply Data Mining (Association Rule) to a huge database ?

Posted by stckvrflw on Stack Overflow See other posts from Stack Overflow or by stckvrflw
Published on 2010-03-24T14:30:52Z Indexed on 2010/03/24 14:33 UTC
Read the original article Hit count: 282

Hello

What I want to do is to apply Association method of data mining on my SQL Server 2000 database. Association rule is something like "finding the most frequent items that appear together in database."

For those who don't know or who want to remember what is association method is like, take a look at this presentation about Association rule in Data Mining.

www.authorstream.com/Presentation/a.besimi-233030-data-mining-intro-seeu-education-ppt-powerpoint

17th slide gives a nice example of applying association rule on a database.

So Can you help me about how should I write my SQL codes (If they will be sufficient of course)

Thanks.

© Stack Overflow or respective owner

Related posts about datamining

Related posts about sql-server