Apriori Algorithm

前端 未结 4 2095
野性不改
野性不改 2020-12-29 16:37

I\'ve heard about the Apriori algorithm several times before but never got the time or the opportunity to dig into it, can anyone explain to me in a simple way the workings

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 17:37

    See Top 10 algorithms in data mining (free access) or The Top Ten Algorithms in Data Mining. The latter gives a detailed description of the algorithm, together with details on how to get optimized implementations.

提交回复
热议问题