Re: How to create a Row from a List or Array in Spark using Scala

2015-02-28 Thread DEVAN M.S.
In scala API its there, Row.fromSeq(ARRAY), I dnt know much more about java api Devan M.S. | Research Associate | Cyber Security | AMRITA VISHWA VIDYAPEETHAM | Amritapuri | Cell +919946535290 | On Sat, Feb 28, 2015 at 1:28 PM, r7raul1...@163.com wrote: > imp

Re: KNN for large data set

2015-01-22 Thread DEVAN M.S.
der to compute k-nearest > neighbors locally. You can start with LSH + k-nearest in Google > scholar: http://scholar.google.com/scholar?q=lsh+k+nearest -Xiangrui > > On Tue, Jan 20, 2015 at 9:55 PM, DEVAN M.S. wrote: > > Hi all, > > > > Please help me to find out best

KNN for large data set

2015-01-20 Thread DEVAN M.S.
Hi all, Please help me to find out best way for K-nearest neighbor using spark for large data sets.