flashxio / FlashX

FlashX is a collection of big data analytics tools that perform data analytics in the form of graphs and matrices.

Home Page:http://flashx.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FlashMatrix]: read_matrix should preserve the order of rows in the text file.

zheng-da opened this issue · comments

Currently, we don't care how rows are ordered in the output matrix.

commit a9605dcba39c5b6d2698611edf898951a39703e1
Author: Da Zheng <zhengda1936@gmail.com>
Date:   Sun Mar 26 11:06:14 2017 -0400

    [R]: preserve the order of rows when read dense matrices.

commit 06e01c631d483e66adc7e7a9183c03a18991c9b5
Author: Da Zheng <zhengda1936@gmail.com>
Date:   Sun Mar 26 10:44:09 2017 -0400

    [Matrix]: read data sequentially.