marklister / product-collections

A very simple, strongly typed, scala framework for tabular data. A collection of tuples. A strongly typed scala csv reader and writer. A lightweight idiomatic dataframe / datatable alternative.
BSD 2-Clause "Simplified" License
144 stars 19 forks source link

Interoperability with Matrixes #6

Closed marklister closed 9 years ago

marklister commented 11 years ago

A single type CollSeqN[T,T,T...] where T is a Numeric type could convert to a Saddle Matrix.

Perhaps there is scope for some limited interoperability. Need to investigate if there's any point or if it'd be easier to just use Saddle outright.

marklister commented 9 years ago

Saddle and product-collects are very different. There doesn't seem much point to this one.