Extract RowBuffer class for SparseRowMatrix.
* The original SparseRowMatrix use two fields to store each rows, which let code very confusing. Try to extract a RowBuffer class, for SparseRowMatrix data storage, and manage auto-growth logic.
Showing
想要评论请 注册 或 登录