搜索资源列表
data-mining-application-research
- 数据 挖掘就是面对海量的存储数据建立数学模型,找出隐含的业务规则和有价值的信 息,在实际应用中发挥作用 -Data mining is the face of vast amounts of stored data to a mathematical model to identify the implicit business rules and valuable information to play a role in practical applications
apriori_java
- Apriori算法[1]是一种最有影响的挖掘布尔关联规则频繁项集的算法。其核心是基于两阶段频集思想的递推算法。该关联规则在分类上属于单维、单层、布尔关联规则。在这里,所有支持度大于最小支持度的项集称为频繁项集,简称频集。-Apriori algorithm [1] is one of the most influential association rule mining algorithm Boolean frequent item sets. Its core is based on a t