Maik Schünemann
Maik Schünemann
On Wed, Oct 1, 2014 at 8:28 PM, Daniel [email protected] wrote: > Sorry for the long silence (vacation time). > > I'm afraid any list of use cases for matrices...
would it be possible to share the main code (ie the protocol definitions, etc) between clojure and clojurescript with tools like cljx https://github.com/lynaghk/cljx ? On Sat, Mar 22, 2014 at...
Oh, my mistake. I looked at the project.clj file to see the current version number, which is still 0.9.0. Can you update that? The error goes away in 0.10.0, so...
Yes, dataset could just implement the select protocol functions and accept column names there
Aren't tensors just N-dimensional arrays the same way like matrices are 2-Dimensional arrays? If this is all you need, than core.matrix already supports multi dimensional arrays out of the box....
The issue is still (again?) there: (emap identity (matrix :clatrix [[1 2][3 4]])) :=> (1.0 2.0 3.0 4.0)