美文网首页
数据挖掘作业

数据挖掘作业

作者: 少年英雄小猪熊 | 来源:发表于2018-11-19 22:43 被阅读0次

取数据

我的艾克两个月的战绩


两个数据挖掘算法

plan a :

  • 找我所在分段的频繁出场组合
    Apriori Algorithm 把2人组合 3,4,5人频繁组合分别输出
  • 找我对线好打的英雄

plan b :
依旧用Apriori Algorithm 把2人组合 3,4,5人频繁组合分别输出
作为一个frequent pattern mining

Algorithms: Design at least two algorithms to solve you problem.
– Does the dataset need to be pre-processed?
– What kind of methods are suitable for the task?
– Do the mining results need to be post-processed?
– Can the dataset or the results be visualized?

Apriori Algorithm算法作为第二步的算法,再想一个预处理或者后处理或者视图的算法,这就有了两个算法。
想到一个预处理算法,就是扫描一遍,把两边阵容有相同英雄的数据ignore。因为一场对局不能有相同的英雄。

此外还需要两个评估算法。


两个评估算法

评估算法可以

相关文章

网友评论

      本文标题:数据挖掘作业

      本文链接:https://www.haomeiwen.com/subject/lynafqtx.html