apriori3
2015-06-09 09:10:07 2 举报
Apriori算法是一种通过查找频繁项目集挖掘关联规则的基本算法。它是由Rakesh Agrawal和Vipin Kumar在1994年提出的。该算法的基本思想是通过连接k-项集来生成(k+1)-项集的候选集合,接着再基于最小支持度minsup过滤掉那些不可能为频繁项集的候选项,最终得到频繁项集。Apriori算法的核心思想是重复扫描数据记录,在得到k-项频繁集的基础上,通过连接、剪枝得到k+1项频繁集的候选集合,再基于最小支持度minsup选出最终的k+1项。
作者其他创作
大纲/内容
HttpServletRequest
CustomerService
5. dispatcher forward
computers.jsp
6. get requestattributes
attr1: itemsattr2: p_idattr3: p_imagesttr4:p_descattr5:p_priceattr6:p_fidattr7:p_fimageattr8: p_fdescattr9:p_fprice
ProductDetailServlet
2. call getFrequentItems(String p_id)
* p_id* p_image* p_desc* p_price
3. return Map[] frequent Items
productDetail.jsp
1. post
4. set attribute in request
0 条评论
下一页