Re: MatrixUDT and VectorUDT in Spark ML

2018-05-31 Thread Li Jin
@aexp.com.invalid> wrote: > >> I agree >> >> >> >> >> >> >> >> Thanks >> >> Himanshu >> >> >> >> *From:* Li Jin [mailto:ice.xell...@gmail.com] >> *Sent:* Friday, March 23, 2018 8:24 PM >> *To:

Re: MatrixUDT and VectorUDT in Spark ML

2018-05-30 Thread Dongjin Lee
o:ice.xell...@gmail.com] > *Sent:* Friday, March 23, 2018 8:24 PM > *To:* dev > *Subject:* MatrixUDT and VectorUDT in Spark ML > > > > Hi All, > > > > I came across these two types MatrixUDT and VectorUDF in Spark ML when > doing feature extraction and preproc

RE: MatrixUDT and VectorUDT in Spark ML

2018-03-23 Thread Himanshu Mohan
I agree Thanks Himanshu From: Li Jin [mailto:ice.xell...@gmail.com] Sent: Friday, March 23, 2018 8:24 PM To: dev Subject: MatrixUDT and VectorUDT in Spark ML Hi All, I came across these two types MatrixUDT and VectorUDF in Spark ML when doing feature extraction and preprocessing with

MatrixUDT and VectorUDT in Spark ML

2018-03-23 Thread Li Jin
Hi All, I came across these two types MatrixUDT and VectorUDF in Spark ML when doing feature extraction and preprocessing with PySpark. However, when trying to do some basic operations, such as vector multiplication and matrix multiplication, I had to go down to Python UDF. It seems to be it woul