Re: How to get inverse Matrix / RDD or how to solve linear system of equations

2015-10-23 Thread Zhiliang Zhu
Hi Sujit ,  Firstly, I must show my deep appreciation and respect towards your kind help and excellent knowledge.It would be the best if you and me are in the same place then I shall specially go to express my thanks and respect to you. I will try your way by spark mllib SVD . For Linear Regressi

Re: How to get inverse Matrix / RDD or how to solve linear system of equations

2015-10-23 Thread Sujit Pal
Hi Zhiliang, For a system of equations AX = y, Linear Regression will give you a best-fit estimate for A (coefficient vector) for a matrix of feature variables X and corresponding target variable y for a subset of your data. OTOH, what you are looking for here is to solve for x a system of equatio