Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对在 hadoop 环境中实现 adaboost 算法很感兴趣。我研究过由于缺乏原生迭代支持,mapreduce 可能会很慢。Apache hama 是一个有趣的替代方案,但是 apache hama 是否有任何特性不允许有效地实现 adaboost?
您可以使用 Hama 和 BSP 实现 Adaboost。您也可以试用 Spark,这两种解决方案都可能适用于 Adaboost。