We are interested in using your library but would like to extend it to other types, for example Saddle Vecs.
For example, be able to define operators that are Map[String, Vec[Double] => Vec[Double]]
As it stands now, we have to fork your library, and rewrite object FunctionRegister to have two different function registers: OperatorDouble and OperatorVector
(Saddle is a Scala library for numeric operations not unlike Pandas - http://saddle.github.io/)
We are interested in using your library but would like to extend it to other types, for example Saddle Vecs.
For example, be able to define operators that are
Map[String, Vec[Double] => Vec[Double]]As it stands now, we have to fork your library, and rewrite
object FunctionRegisterto have two different function registers:OperatorDoubleandOperatorVector(Saddle is a Scala library for numeric operations not unlike Pandas - http://saddle.github.io/)