egate_combined_vectors(vec1, vec2) :
>> >> > if all(vec1 == vec2) :
>> >> > # then the vector came from only one partition
>> >> > return vec1
>> >> > else:
>> >> > return vec1 + vec2
ed_vectors)
> >> > means = means / nvals
> >> >
> >> > This turns out to be really slow -- and doesn't seem to depend on how
> >> > many
> >> > vectors there are so there seems to be some overhead somewhere that
> I'm
> >> &g
ctors)
>> > means = means / nvals
>> >
>> > This turns out to be really slow -- and doesn't seem to depend on how
>> > many
>> > vectors there are so there seems to be some overhead somewhere that
seem to depend on how
> many
> > vectors there are so there seems to be some overhead somewhere that I'm
> not
> > understanding. Is there a better way of doing this?
> >
> >
> >
> > --
>
-- and doesn't seem to depend on how many
> vectors there are so there seems to be some overhead somewhere that I'm not
> understanding. Is there a better way of doing this?
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.
out to be really slow -- and doesn't seem to depend on how many
vectors there are so there seems to be some overhead somewhere that I'm not
understanding. Is there a better way of doing this?
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/cal