quinngroup / dr1dl-pyspark

Dictionary Learning in PySpark
Apache License 2.0
1 stars 1 forks source link

out put files #12

Closed MOJTABAFA closed 8 years ago

MOJTABAFA commented 8 years ago

for output files I already used the np.savetext with xiang's format as '%.50If\t" , I think this is the best option :) np.savetxt(file_D, D, fmt='%.50lf\t') np.savetxt(file_Z, Z, fmt='%.50lf\t')

XiangLi-Shaun commented 8 years ago

Yes it's good.

magsol commented 8 years ago

That works.