mahout0.9注意事项SlopeOneRecommender

2019-03-27 01:09|来源: 网路

1、今天试验SlopeOne推荐算法,结果没有提示。心想是不是少了jar包,查查不少。通过网络查询定位此类所在的位置为:org.apache.mahout.cf.taste.impl.recommender.slopeone.包下面,所以去查看jar包,发现没有。查看src包也没有这个类的源码,之后去官网查看,一看,才知道这个算法已被移除了在0.9上。如果想用的话需要0.8.

1 February 2014 - Apache Mahout 0.9 released

Apache Mahout has reached version 0.9. All developers are encouraged to begin using version 0.9. Highlights include:

    New and improved Mahout website based on Apache CMS - MAHOUT-1245
    Early implementation of a Multi Layer Perceptron (MLP) classifier - MAHOUT-1265
    Scala DSL Bindings for Mahout Math Linear Algebra. See this blogpost and MAHOUT-1297
    Recommenders as Search. See [https://github.com/pferrel/solr-recommender] and MAHOUT-1288
    Support for easy functional Matrix views and derivatives - MAHOUT-1300
    JSON output format for ClusterDumper - MAHOUT-1343
    Enabled randomised testing for all Mahout modules using Carrot RandomizedRunner - MAHOUT-1345
    Online Algorithm for computing accurate Quantiles using 1-dimensional Clustering - See this pdf and MAHOUT-1361
    Upgrade to Lucene 4.6.1 - MAHOUT-1364

Changes in 0.9 are detailed in the release notes.

The following algorithms that were marked deprecated in 0.8 have been removed in 0.9:

    Switched LDA implementation from Gibbs Sampling to Collapsed Variational Bayes
    Meanshift - removed due to lack of actual usage and support
    MinHash - removed due to lack of actual usage and support
    Winnow - removed due to lack of actual usage and support
    Perceptron - removed due to lack of actual usage and support
 Slope One - removed due to lack of actual usage
    Distributed Pseudo recommender - removed due to lack of actual usage
    TreeClusteringRecommender - removed due to lack of actual usage

 


转自:http://www.cnblogs.com/jsunday/p/3892047

相关问答

更多
  • 电梯安全乘坐须知 为保证乘客的人身安全和电梯设备的正常,请遵照以下规定正确使用电梯。 一、禁止携带易燃、易爆或带腐蚀性的危险品乘坐电梯。 二、乘坐电梯时请勿在轿厢内左右摇晃。 三、禁止在轿厢内吸烟以免引起火灾。
  • 实物展台在使用的时候首先要注意和显示设备接口的匹配一致性,然后就是操作使用时的轻拿轻放,再展开臂灯的时候务必注意,因为很多品牌的臂灯是很容易被折断的,所以在展开臂灯的时候需要务必注意。还有很多其他的需要用心关注的。建议在教学使用中专门组织老师进行多次学习后再单独让老师学生进行操作。先科SAST实物展台配备专业的培训教材和人员,可以深入知道学校老师和学生的使用和维护。
  • 1、网站建设时域名的选择 好的域名及用户好记又利于排名,域名尽量要相关,比如我是做网站优化的,我的域名中就应该包括seo这个词,用户好记,也对排名很有利。域名越短越好,便于用户记忆,如果有老域名就不用新域名,老域名更有利于网站排名。 2、网站建设服务器选择 网站建设对服务器的选择,尽量选择稳定的服务器,速度快的服务器,如果服务器两天三天打不开。及伤害百度蜘蛛的心情有伤害用户的体验,说明公司很不正规,对用户的伤害是巨大的。 3、flash大量运用 笔者遇到过一个让笔者做网站优化的单子,全站全是flash没有一 ...
  • 最后,在网上搜索了很多关于这个问题之后,我找到了一个讨论这个问题的链接 - http://qnalist.com/questions/4874723/mahout-clusterdump-output 引起我注意的是下面的解释 - 我认为群集报告的向量数(n =)与-cl选项实际聚集的点数之间的差异是正常的。 *在最后的迭代中,基于距离度量和从前一次迭代计算的聚类中心,将点分配给(观察)(分类为)每个聚类。 (n =)值记录该迭代中群集“观察”的点数。 *在最后一次迭代之后,为每个集群计算新的集群中心。 这 ...
  • 在2014年4月的HortonWorks DataPlatform(2.1)的最新版本中,支持Mahout 0.9。 我使用mahout 0.9与Hadoop 2.3,我没有任何问题所以我想没有理由不使用它。 In the last release of HortonWorks DataPlatform (2.1) of April 2014 Mahout 0.9 is supported. I used mahout 0.9 with Hadoop 2.3 and I didn't have any pr ...
  • Mahout 0.9中没有SlopeOneRecommender。 它已在早期版本的Mahout中删除。 SlopeOne推荐人从Mahout 0.8开始被移除MAHOUT-1250 如果您仍想使用它,请使用早期版本,例如Mahout 0.7。 There is no SlopeOneRecommender present in Mahout 0.9. It was removed in an earlier version of Mahout. SlopeOne Recommender was remov ...