Home > other >  RowMatrix transpose of how to deal with.
RowMatrix transpose of how to deal with.

Time:09-20

 

Var mx=new RowMatrix (count);

Var mx1=Transpose (mx). T;

Mx1. Rows. SaveAsTextFile (args (1));




I created a var count: above RDD (Vector) and then I want to transpose this matrix, but only to the original matrix, this how to deal with the great god door???

CodePudding user response:

The import breeze. Linalg. Library is the Transpose I use
  • Related