Re: What is BDV in Spark Source

2018-11-10 Thread Georg Heiler
Just renamed.
Breeze allows you to perform efficient linear algebra if fitting blas
backend is installed.

Soheil Pourbafrani  schrieb am Fr. 9. Nov. 2018 um
20:07:

> Hi,
>
> Checking the Spark Sources, I faced with a type BDV:
>
> breeze.linalg.{DenseVector => BDV}
>
> and they used it in calculating IDF from Term Frequencies. What is it
> exactly?
>


What is BDV in Spark Source

2018-11-09 Thread Soheil Pourbafrani
Hi,

Checking the Spark Sources, I faced with a type BDV:

breeze.linalg.{DenseVector => BDV}

and they used it in calculating IDF from Term Frequencies. What is it
exactly?