Re: BIRCH clustering algorithm

2015-12-16 Thread Dzeno
5 at 7:56 AM, Dženan Softić wrote: >> Hi, >> >> As a part of the project, we are trying to create parallel implementation of >> BIRCH clustering algorithm [1]. We are mostly getting idea how to do it from >> this paper, which used CUDA to make BIRCH parallel [2]. ([2]

Re: BIRCH clustering algorithm

2015-12-15 Thread Joseph Bradley
f it gains traction, then it could become a higher priority item for MLlib. Thanks, Joseph On Mon, Dec 14, 2015 at 7:56 AM, Dženan Softić wrote: > Hi, > > As a part of the project, we are trying to create parallel implementation > of BIRCH clustering algorithm [1]. We are mostly get

BIRCH clustering algorithm

2015-12-14 Thread Dženan Softić
Hi, As a part of the project, we are trying to create parallel implementation of BIRCH clustering algorithm [1]. We are mostly getting idea how to do it from this paper, which used CUDA to make BIRCH parallel [2]. ([2] is short paper, just section 4. is relevant). We would like to implement