Re: printing mllib.linalg.vector
you can use the default toString method to get the string representation. if you want to customized, check the indices/values fields. -Xiangrui On Fri, Dec 5, 2014 at 7:32 AM, debbie wrote: > Basic question: > > What is the best way to loop through one of these and print their > components? Conve
printing mllib.linalg.vector
Basic question: What is the best way to loop through one of these and print their components? Convert them to an array? Thanks Deb