Building Distributed KD tree using map-reduce

守給你的承諾、 提交于 2019-11-30 19:36:08

问题


I am trying to build a Distributed KD tree using map-reduce. Description of Distributed KD tree can be found out here Dkd-Tree

I have a feature vector of images having dimension 20. I have to build distributed kd tree according to above link, also Check out this image Kdtree

I have set of millions of images. So what method I can use to build the top of the tree (2nd part of the image) ? I am confused in the image distribution among the various nodes.

If the tree is built HDFS in first map-reduce operation,then how can I access it in next map-reduce operation?

来源:https://stackoverflow.com/questions/11009714/building-distributed-kd-tree-using-map-reduce

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!