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]
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
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