How to find the minimum support in Apriori algorithm

前端 未结 6 2361
北海茫月
北海茫月 2021-02-19 18:27

When the percentage values of support and confidence is given how can I find the minimum support in Apriori algorithm. For an example when support and confidence is given as 60%

6条回答
  •  南方客
    南方客 (楼主)
    2021-02-19 19:06

    Check out the full explanation of Apriori algorithm with live usable example here:

    http://www.codeding.com/articles/apriori-algorithm

    You can add new items and enter the minimum support threshold and minimum confidence threshold and see the resultant large itemsets generated instantly in the demo Silverlight widget.

提交回复
热议问题