Coordinate List (COO) - Nori12/Machine-Learning-Tutorial GitHub Wiki
Machine Learning Tutorial
Coordinate List (COO)
COO stores a list of (row, column, value) tuples. Ideally, the entries are sorted first by row index and then by column index, to improve random access times. This is another format that is good for incremental matrix construction.